Re: missing sys.setappdefaultencoding

2005-01-07 Thread Craig Ringer
On Fri, 2005-01-07 at 19:06, Alex Martelli wrote: > Uwe Mayer <[EMAIL PROTECTED]> wrote: > > well, I wrote a nice python program which won't work if the default encoding > > has not been set from ascii to latin-1 or latin-15. > > Then your program is not very nice...;-) Agreed. I prefer to use e

Re: missing sys.setappdefaultencoding

2005-01-07 Thread Alex Martelli
Uwe Mayer <[EMAIL PROTECTED]> wrote: > Hi, > > well, I wrote a nice python program which won't work if the default encoding > has not been set from ascii to latin-1 or latin-15. Then your program is not very nice...;-) > However, the command sys.setappdefaultencoding is missing on a Python > in

missing sys.setappdefaultencoding

2005-01-07 Thread Uwe Mayer
Hi, well, I wrote a nice python program which won't work if the default encoding has not been set from ascii to latin-1 or latin-15. However, the command sys.setappdefaultencoding is missing on a Python installation with Python 2.3.4 on Gentoo where it is present on Debian. Any ideas how to deal