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

2005-08-23 Thread Benjamin Niemann
on "program" (i have to call it by > someway, hahaha) > > 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

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 declare

DeprecationWarning: Non-ASCII character '\xf3'

2005-08-23 Thread jau
;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 article mentioned above didn't