> Ok I've been struggling with this for days and can't find a solution: suppose
> I have a python script that uses a utf-8 string, like this:
>
> myString = unicode("canción", "utf-8")
>
> if I run the script in linux it'll work without a problem, but if I run it
> under windows then "myString" will containt gargabe instead of "ó", I have to
> manually open the script in windows and change it, this changes encoding when
> saving the file to iso-8859-1.What are you using for an editor?
