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
Original issue reported on code.google.com by
andy.koppe
on 17 May 2009 at 11:50