William A. Rowe, Jr. wrote:

At 10:57 PM 7/16/2002, =?UTF-8?B?QnJhbmtvIMSMaWJlag==?= wrote:
BTW; I just noticed that the apr_filepath_* functions on Windows can potentially fail horribly if the paths are not UTF-8 (so, not IF_WIN_OS_IS_UNICODE) and the locale uses Shift-JIS, because '\' can be the second byte in a SJIS doublebyte char. Talk about fun.



That's exactly correct. apr on win32 is a utf8 only filesystem.

It was the only natural way to map the entire unicode filesystem
into apr, in a platform-neutral way.


O.K., that's fine. But then, when do the ELSE_WIN_OS_IS_ANSI conditions kick in? On what platforms? (Just curious, that's all.)


-- Brane Äibej <[EMAIL PROTECTED]> http://www.xbc.nu/brane/



Reply via email to