On Feb 17, 11:02 am, vedrandeko...@gmail.com wrote:
> On 17 velj, 00:09, "alejandro" 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
On 17 velj, 00:09, "alejandro" 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 now, all post were very u
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
>> 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
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):
> >
> >
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 strin
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