Re: [Pyobjc-dev] NSError.localizedDescription() and Application Bundles
Brought to you by:
ronaldoussoren
From: Jean-Pierre <cho...@fr...> - 2009-07-14 14:00:42
|
Le 14 juil. 09 à 15:45, Ronald Oussoren a écrit : > The attached version of app delegate should work. You should not use > "decode('utf-8')" on unicode strings that you use with Cocoa API's. > > Ronald Ok, I missed the fact that I had to convert the string only to print it to stdout, everything works fine now. Thanks. Best regards, - Jean-Pierre. |