Gnarlodious <gnarlodi...@gmail.com> writes:

> Well, Python 3 is supposed to be all Unicode by default. I shouldn't
> even need to say
> # coding:UTF-8
>
> And, the file is saved as Unicode.
>

When a filed is saved, shouldn't it be in a specific encoding?  I don't
see how you can save your file 'as unicode'.  You should save your file
with UTF-8 encoding.

HTH

-- 
Arnaud
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to