1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

CP866 is popular and small. Add it to both the general and PuTTY

implementations of libcharset, since we've had at least one request for
it in PuTTY.

[originally from svn r6499]
[this svn revision also touched charset,filter,halibut,timber]
This commit is contained in:
Jacob Nevins
2005-12-18 16:57:00 +00:00
parent 789c47bcdd
commit 0f602f0368
5 changed files with 27 additions and 1 deletions

View File

@ -39,6 +39,7 @@ static const struct {
{ "ISO-8859-16", CS_ISO8859_16, 1 },
{ "CP437", CS_CP437, 1 },
{ "CP850", CS_CP850, 1 },
{ "CP866", CS_CP866, 1 },
{ "CP1250", CS_CP1250, 1 },
{ "CP1251", CS_CP1251, 1 },
{ "CP1252", CS_CP1252, 1 },