Closed COSdotCOM closed 8 years ago
Is your system configured to use an utf8
encoding? I suspect that you're using LANG=C
instead of e.g. LANG=en_US.utf8
or de_DE.utf8
, or whatever language you're using.
outfile.write()
uses the mode and encoding used when outfile
was opened, in mode "w" = write
, and this uses your locale set in environment.
This is definitly related to #408. This is exaclty the kind of error I encountered while my default system encoding wasn't UTF-8. As TheJJ said, verify your default system encoding (LANG
environment variable).
Hmmm it was set for that from the start of this systems creation over 2 years ago. I re checked it and it was reporting correctly, reconfigured it and re-ran locale-gen
All is well now.
Weird
Let's continue in #408, and your particular problem is fixed, right?
Yes this is solved, language was set correctly by had to be reset for some reason
What I receive when attempting to set up install files ... thoughts ?
OS: Arch 64bit