[wx-dev] Improving wxString proposal (Re: #9672: wx 2.9 Ansi/Unicode Combi-wxString)

Stefan Csomor csomor at advancedconcepts.ch
Fri Jul 11 10:14:04 PDT 2008


Hi

> RR> c) It would also be native for wxMac
> 
>  I'm rather confused by Mac situation, the last time we discussed it I got
> the impression that it used all of UTF-{8,16,32}.

MacOS Classic was using UniChar (16 bits) in Apple Type Services for Unicode
ATSU, TextEncoding ets, also in the 'then new' the file system HFSPlus it
was used

Cocoa is using the unichar type (also 16 bits) as unicode char base type

CoreFoundation services are using ICU internally now in OS X which is using
16 bit encoding internally, but we can of course convert to UTF8 and UTF32

at places where BSD is used, eg in files names, utf8 is used

Best,

Stefan





More information about the wx-dev mailing list