suzdraws / mintty

Automatically exported from code.google.com/p/mintty
0 stars 0 forks source link

Support Unicode beyond the Basic Multilingual Plane (BMP) #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
MinTTY does not currently deal with Unicode codepoint outside the Basic
Multilingual Plane (BMP), i.e. codepoints above 0xFFFF. This is due to
wchar_t in Windows being only 16 bits wide and the lack of support for
UTF-16 surrogates in MinTTY. Fonts with support for CJK Unified Ideographs
Extension B are available in Windows, so this needs addressing.

Original issue reported on code.google.com by andy.koppe on 17 May 2009 at 11:50

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 12 Aug 2009 at 6:05

GoogleCodeExporter commented 9 years ago
Implemented in r494 on trunk.

Original comment by andy.koppe on 16 Aug 2009 at 5:25

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 11 Oct 2009 at 8:29