discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSCharacterSet issues...


From: Richard Frith-Macdonald
Subject: Re: NSCharacterSet issues...
Date: Wed, 16 Aug 2006 11:58:01 +0100


On 16 Aug 2006, at 05:55, Lloyd Dupont wrote:

I'm porting some MacOSX code to to Windows.
At some stage we are removing: [NSCharacterSet illegalCharacterSet] and [NSCharacterSet controlCharacterSet] from our strings.

While it worked on the Mac, with the GNUstep implementation on Windows It removed all my chineese characters!

Thanks for the bug report ... I'm pretty sure I tracked down the problem and fixed it in svn,

Your empty illegal character set was wrong though ... as it was based on the incorrect assumption that you could use the information at http://www.fileformat.info/info/unicode/category/Cn/index.htm, and that URL lists no codepoints ... I suspect it's automatically generated by some software which produces a list of all legal unicode codepoints which are illegal :-)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]