Re: Source encoding issues

2009-02-05 Thread Philip Jenvey
On Jan 31, 2009, at 4:24 PM, Damjan wrote: I know about the pep and how python source files are encoded, but the interactive shell is something completely different. I wonder on what local env variable does shell depend. Since I have all of them either sl_SI.UTF8 or en_GB.UTF-8. The

Re: Source encoding issues

2009-01-31 Thread Damjan
I know about the pep and how python source files are encoded, but the interactive shell is something completely different. I wonder on what local env variable does shell depend. Since I have all of them either sl_SI.UTF8 or en_GB.UTF-8. The Python interactive shell depends on the locale

Re: Source encoding issues

2009-01-30 Thread Damjan
On Jan 30, 11:36 am, Domen Kožar ielect...@gmail.com wrote: I somewhat figured out that my u'strings' get encoded to latin, even though utf-8 is set as OS locale, vim encoding and python source encoding. After fiddling around, I got that far:http://paste.pocoo.org/show/101978/ Any idea

Re: Source encoding issues

2009-01-30 Thread Domen Kožar
Hey. I know about the pep and how python source files are encoded, but the interactive shell is something completely different. I wonder on what local env variable does shell depend. Since I have all of them either sl_SI.UTF8 or en_GB.UTF-8. On Jan 31, 1:39 am, Damjan gdam...@gmail.com wrote: