Hello,
I have problem with configuring my wxPython script to work with
Croatian characters like: đ,š,ž,č,ć.
Here is my simple script without wxPython (this script works):
# -*- coding: utf-8 -*-
s = "hello normal string đšžćč"
print s
..here is my snippet with wxPython:
text = wx.StaticText(self, -1,"Matični broj",(0,100)) # in this
example,we have character "č"
...when I run this text, it looks something like: "Mati",some weird
characters ,and "ni"
Regards,
John
--
http://mail.python.org/mailman/listinfo/python-list