Encodign issue in Python 3.3.1 (once again)

Michael Torrie torriem at gmail.com
Thu May 30 10:35:09 EDT 2013


On 05/30/2013 05:47 AM, Νίκος Γκρ33κ wrote:
> The moen i switched "charset = 'utf-8'" => "charset = 'utf8'" all
> started to work properly!

Glad you have it working.

Perhaps this should be a lesson to you, Nick.  Chris was able to spot
your problem by READING THE DOCUMENTATION, which he probably found
through some quick searching on Google.  These are things you can and
should do too.  As well as looking at the source code of the modules you
may have downloaded and are using, and understanding how the code works
(or fits together) and how to debug.  You seem to have a tendency to try
to attack your problems with rather blunt instruments, and then come to
the list where one of the list members invariable does the footwork for you.



More information about the Python-list mailing list