Update README

Added note to Win32 section about missing Unicode support.
This commit is contained in:
Andy McFadden 2015-01-03 17:05:58 -08:00
parent 24a49dfece
commit 76ee85b6ec
1 changed files with 6 additions and 0 deletions

View File

@ -80,6 +80,12 @@ Prompt" shortcut to get a shell. Change to the nulib2 directory, then:
If you want to have zlib support enabled, you will need to have zlib.lib
copied into the directory. See "makefile.msc" for more details.
Unicode filename support has not been ported to Windows. Non-ASCII
characters will be interpreted as the default character set (CP1252).
This is the way NuLib2 has always worked in Windows, but it may not
match with the behavior of CiderPress. In any event, this only affects
files with non-ASCII filenames.
Other Notes
===========