suzdraws / mintty

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

Remove custom code page support #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There's quite a bit of difficult code for supporting custom codepages in
MinTTY, yet all but some rather obscure ones seem to be supported by
Windows already:

http://msdn.microsoft.com/en-us/library/dd317756(VS.85).aspx

Hence removing that custom support might yield a significant saving in code
size and maintainability. Windows codepage support would need to be
improved to make up for this; in particular, the list of supported
codepages should be obtained with EnumSystemCodePages() and GetCPInfoEx()
rather than hard-coded.

Original issue reported on code.google.com by andy.koppe on 28 Apr 2009 at 9:28

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 7 Jun 2009 at 7:53

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 7 Jun 2009 at 7:53

GoogleCodeExporter commented 9 years ago
Implemented in r494 on trunk. The list of codepages/charsets is limited to those
supported by Cygwin though.

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