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
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
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