Re: wxPython / Mac / unicode

2006-01-05 Thread isthar
Hi I did your loop after ensuring that everything works fine:P Big Thanks :D Greets, Tomek. -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython / Mac / unicode

2006-01-04 Thread Diez B. Roggisch
isthar wrote: > Hi! > I can not present unicode string in wxPython application > > utf-8 string: SomeProductName® > > here is how I converted it from iso8859-18 > reference = unicode (reference,'iso8859_15').encode('utf-8') > > Traceback (most recent call last): > File "/Users/isthar/Document

wxPython / Mac / unicode

2006-01-04 Thread isthar
Hi! I can not present unicode string in wxPython application utf-8 string: SomeProductName® here is how I converted it from iso8859-18 reference = unicode (reference,'iso8859_15').encode('utf-8') Traceback (most recent call last): File "/Users/isthar/Documents/Projects/pyEdipEditor/MainFrame.p