Adding System.FilePath

Bulat Ziganshin bulat.ziganshin at gmail.com
Fri Mar 16 09:26:01 EDT 2007


Hello Sven,

Friday, March 16, 2007, 4:24:47 PM, you wrote:

>    * On Windows, the current ANSI code page is assumed, which could vary from
> installation to installation and can be changed by the user AFAIK.

it was true for Win9x. NT-based systems supports new api which uses
utf16 (of course they support old api too). generally, developers say
that their programs supports unicode filenames if their programs
supports this new api. its support implemented in Win32Files module
from http://www.haskell.org/bz/FreeArc-sources.tar.gz

-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Libraries mailing list