Netbeans 7, but using -Dfile.encoding=UTF-8 as Edvin suggested did the trick... again, it'll be nice to be able to set the encoding of the included script in the bxml file.

Thanks for the tip Edvin!

El 21/07/11 11:30, Greg Brown escribió:
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?

Reply via email to