Re: [Tutor] Declaring encoding question

2005-08-22 Thread Kent Johnson
mailing list wrote: > Hi all, > > I've got some source code which will be handling non-ASCII chars like > umlauts and what not, and I've got a testing portion stored in the > code. > > I get this deprecation warning when I run my code - > __main__:1: DeprecationWarning: Non-ASCII character '\xf

[Tutor] Declaring encoding question

2005-08-19 Thread mailing list
Hi all, I've got some source code which will be handling non-ASCII chars like umlauts and what not, and I've got a testing portion stored in the code. I get this deprecation warning when I run my code - __main__:1: DeprecationWarning: Non-ASCII character '\xfc' in file C:\Python24\testit.py on