Re: wxPython and Croatian characters

2009-02-17 Thread vedrandekovic
On 17 velj, 00:09, alejandro aleksanda...@brisiovonet.hr wrote: Provjeri da si nisi stavio ansii kada si instalirao wx.python. Mozes probat ubacit iznad svega u fajlu komentar u kojem pise da je fajl u UTF-8 i onda bi ti trebalo sljakat. Nadem sutra pa ti posaljem Pozdrav / Hello, It works

Re: wxPython and Croatian characters

2009-02-17 Thread Mike Driscoll
On Feb 17, 11:02 am, vedrandeko...@gmail.com wrote: On 17 velj, 00:09, alejandro aleksanda...@brisiovonet.hr wrote: Provjeri da si nisi stavio ansii kada si instalirao wx.python. Mozes probat ubacit iznad svega u fajlu komentar u kojem pise da je fajl u UTF-8 i onda bi ti trebalo sljakat.

wxPython and Croatian characters

2009-02-16 Thread vedrandekovic
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:

Re: wxPython and Croatian characters

2009-02-16 Thread Diez B. Roggisch
vedrandeko...@gmail.com schrieb: 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

Re: wxPython and Croatian characters

2009-02-16 Thread Jason Scheirer
On Feb 16, 10:58 am, vedrandeko...@gmail.com wrote: 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 ð¹¾æè

Re: wxPython and Croatian characters

2009-02-16 Thread J. Cliff Dyer
On Mon, 2009-02-16 at 20:06 +0100, Diez B. Roggisch wrote: vedrandeko...@gmail.com schrieb: 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): # -*-

Re: wxPython and Croatian characters

2009-02-16 Thread Martin v. Löwis
Unless you are using python 3.0 (which I doubt, afaik no wx available), your above coding declaration is useless for the shown piece of code, as it only applies to unicode literals, which are written with a preceding u. No. The coding declaration does nothing to unicode literals. It

Re: wxPython and Croatian characters

2009-02-16 Thread alejandro
Provjeri da si nisi stavio ansii kada si instalirao wx.python. Mozes probat ubacit iznad svega u fajlu komentar u kojem pise da je fajl u UTF-8 i onda bi ti trebalo sljakat. Nadem sutra pa ti posaljem -- http://mail.python.org/mailman/listinfo/python-list