From 1d4d3f200f32646f91529cf4e0ad32122de7ad8c Mon Sep 17 00:00:00 2001 From: CaS Date: Fri, 18 Feb 2005 06:25:19 +0000 Subject: [PATCH] Fixes for unicode filesystem on windows git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20742 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1022f0b1a..d2db15042 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2005-02-18 06:20 Richard Frith-Macdonald + + * Source/NSString.m: Tidy up some of last patch for unicode filesystem + support. + * Source/NSFileManager.m: Complete rewrite of unicode filesystem + support to make code more readable and to allow it to easily be + turned off by commenting out the 'UNICODE' and '_UNICODE' + definitions at the start of the file. + There is a bug in the mingw runtime which is (currently) still + distributed in the 'current' complete mingw distribution ... which + breaks unicode filesystem support very badly. + So ... you can now either revert to 8bit charset filesystem support, + or download a more recent version of the mingw runtime from the + mingw site. + 2005-02-16 14:40 Richard Frith-Macdonald * config/patchxml.m4: Try to detect libxml2 in standard directories