> Shalom, > > I have downloaded Python 3.1.1 IDLE for MAC OSX. It works OK but refuses > to digest Hebrew letters and strings (both as input and output), This is > for a program that worked > fined in the Windows XP IDLE python environment. Any suggestions (besides > "go back to XP")? > > I'm still on 2.6.3 and VIM, but I had my fair share of OSX language issues. The first thing I'll try is to add a coding comment at the top of the source files - http://www.python.org/dev/peps/pep-0263/. If that doesn't work you need to look at your env:
$ echo $LANG en_US.UTF-8 and all those locales settings - http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap07.html Hope it helps, Benny
_______________________________________________ Python-il mailing list [email protected] http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
