Re: [Pyobjc-dev] strings returned from ObjC are now unicode?
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-02-09 08:24:29
|
Chris Ryland wrote: > The latest CVS seems to return unicode strings from objc > string-producing calls. > > Is that the final decision about this hotly-debated topic? I'm not sure it's final, but is it a problem for you? NSStrings can always contain unicode so I think it's a good signal to the user (of PyObjC ;-) to always return unicode strings. Just |