Closed GoogleCodeExporter closed 8 years ago
I don't think that's a defect report, but a request for help, which is best
sent to the mintty discussion group or Cygwin mailing list. But I see you
already asked this at
http://stackoverflow.com/questions/4780591/mintty-terminal-python-curses-and-utf
8-incorrect-display anyway.
Original comment by andy.koppe
on 25 Jan 2011 at 5:50
This is not a defect you're right, and I'm sorry about this, I've not described
in details but I've worked yesterday more than 8 hours without finding why it
works properly on my 4 machines :
- shell Linux Ubuntu,
- shell ssh with putty under Windows XP
- shell mintty using cygwin under Windows XP
and what annoys me is that is doesn't work at home :
- shell mintty using cygwin under Windows Vista 64
If I modify this line of code :
locale.setlocale(locale.LC_ALL, '')
by
locale.setlocale(locale.LC_ALL, 'fr_FR')
it displays properly the French chars but *not* all other chars.
I'm definitely stuck.
See my post here:
http://stackoverflow.com/questions/4780591/mintty-terminal-python-curses-and-utf
8-incorrect-display/4787176#4787176
Original comment by olivier....@gmail.com
on 25 Jan 2011 at 9:47
It's solved. here's what I did: I re-installed cygwin then repacked my python
program a re-downloaded it then re-installed minnty 0.9.5.1
(mintty-0.9.5-cygwin17.zip) and it works now. Strange.
Original comment by olivier....@gmail.com
on 25 Jan 2011 at 9:04
Original issue reported on code.google.com by
olivier....@gmail.com
on 23 Jan 2011 at 10:34