Am Samstag, 21. Oktober 2006 02:32 schrieb Uwe Stöhr: > The problem is that the temporarily generated python files don't have a > defined encoding. The encoding should be the one of the current OS > setting. Bo, is this possible to have?
We have more filename encoding problems. Unless there is a very easy fix I vote against fixing this in 1.4. In 1.5 we should IMO output all filenames to the python script in utf8 encoding and declare that encoding in the script. Georg
