From 76ee85b6ec164953125e67635da3222d91d8a64b Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Sat, 3 Jan 2015 17:05:58 -0800 Subject: [PATCH] Update README Added note to Win32 section about missing Unicode support. --- nulib2/README.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nulib2/README.txt b/nulib2/README.txt index af1cace..0be82fd 100644 --- a/nulib2/README.txt +++ b/nulib2/README.txt @@ -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 ===========