On Jan 9, 2007, at 12:43 PM, Stefan wrote:


Am 09.01.2007 um 04:56 schrieb Glenn L. Austin:

On Jan 8, 2007, at 10:39 AM, Stefan wrote:


Am 08.01.2007 um 08:41 schrieb Norman Palardy:


On Jan 08, 2007, at 12:38 AM, Glenn L. Austin wrote:
More like you do or do not support MFC (which Microsoft is, incidentally, putting in the same category as Apple has put Carbon).

That's Cocoa on OS X

And there are very good reasons to use Cocoa, since it is
a very nice an well structured system.

Try seeing if a file named "Tör" on disk matches the string "Tör" using NSString...it works with CFString, but not NSString.

Any reasons why? NSString is documented to be a toll-free bridge to CFString and NSString
is Unicode.

That's because on disk, the name is stored as "To¨r" and NSString won't recombine the o and umlaut, but CFString does.

--
Glenn L. Austin <><
Computer Wizard and Race Car Driver
<[EMAIL PROTECTED]>
<http://www.austin-home.com/glenn/>


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to