Ayushi-Sharma / mintty

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
1 stars 0 forks source link

Enter one-line summary #451

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run 'echo -e "\x033\xbb"' on the console
What is the expected output? What do you see instead?

I expect to see greek letter lambda, I see 3▒ instead.

What versions of mintty, Cygwin/MSYS, and Windows are you using?
$ mintty --version
mintty 2.0.2 (x86_64-pc-cygwin)
(C) 2015 Andy Koppe
License GPLv3+: GNU GPL version 3 or later
There is no warranty, to the extent permitted by law.

$ uname -a
CYGWIN_NT-6.3 Casper 2.0.4(0.287/5/3) 2015-06-09 12:22 x86_64 Cygwin

Windows 8.1 Single Language 
64-bit operating system, x64-based processor

Please provide any additional information below.
Additional information can be found here:
http://superuser.com/questions/939312/cygwin-mintty-unicode-doesnt-display-fail-
despite-having-dejavu-sans-mono-and-e

Original issue reported on code.google.com by egun...@gmail.com on 11 Jul 2015 at 4:52

Attachments:

GoogleCodeExporter commented 8 years ago
Please note that this mintty repository and its issue tracker is orphaned 
because Google code is shutting down.
The new home and issue tracker for mintty is at http://mintty.github.io/.
Only bugs reported before June 2015 have been migrated automatically, 
please report again.

Original comment by towom...@googlemail.com on 12 Jul 2015 at 1:40

GoogleCodeExporter commented 8 years ago
Apart from that, it's your test case that's broken.
What you try to output is not a Unicode character (in UTF-8), 0x33 is ASCII 
'3', 0xBB is an invalid UTF-8 code.
Displaying lambda works just fine in mintty.

Original comment by towom...@googlemail.com on 12 Jul 2015 at 1:45