Re: DeprecationWarning: Non-ASCII character '\xf3'

2005-08-23 Thread Benjamin Niemann
jau wrote: > Hi co-listers! > > I have been off Python for 2 years and now, that i'm used to Eclipse and > Java, I decided to start a project with Python to refresh skills this > time using Eclipse and TrueStudio. But now, two things can be occured > since the last time i used it. > > the first

Re: DeprecationWarning: Non-ASCII character '\xf3'

2005-08-23 Thread Fredrik Lundh
"jau" <[EMAIL PROTECTED]> wrote: > print "hello world" > > i get this output > > hello world > sys:1: DeprecationWarning: Non-ASCII character '\xf3' in file > C:\Workspace\J&J\src\es\jau\main.py on line 2, but no encoding declared; > see http://www.python.org/peps/pep-0263.html for details > > the