Open GoogleCodeExporter opened 9 years ago
Thanks for the bug report. Actually this issue is known, but the solution
doesn't
seem that simple.
cjknife tries to read the system's default encoding that might be UTF-8 in your
case. Still Python seems to have issues with the Windows console. A work around
for
now would be to "pipe" all output to a file and then open the file with an
editor.
Alas, not good.
Sorry, I currently can't fix it as I don't have access to a Win32 system. For
now I
can just set the status to accepted.
Here's a short extract from a user trying a workaround though. Maybe this can
help a
bit:
[You] must run "cmd /u" to allow for "Unicode" output from programs, then
set the code-page to 65001 which indicates UTF-8, and finally copy-paste a
lot of garbage text from the console to a UTF-8 text file so that I can
actually see it. I had to change the script to set the encoding to 'utf-8'
if the system default was 65001, which Python doesn't know. And to top it
all of, the scripts for updating the DB tables didn't work unless I changed
the code-page to the standard 1252. Oh well.
Original comment by christop...@gmail.com
on 21 May 2010 at 2:47
It seems Python has several issues on Windows: http://bugs.python.org/issue1602
Will need to be solved there.
Workarounds welcome!
Original comment by christop...@gmail.com
on 19 Jun 2010 at 12:07
Original issue reported on code.google.com by
airblas...@spellweb.de
on 21 May 2010 at 2:22