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:
@ -135,6 +135,11 @@ static const struct {
|
||||
{ "850", CS_CP850 },
|
||||
{ "csPC850Multilingual", CS_CP850 },
|
||||
|
||||
{ "IBM866", CS_CP866 },
|
||||
{ "cp866", CS_CP866 },
|
||||
{ "866", CS_CP866 },
|
||||
{ "csIBM866", CS_CP866 },
|
||||
|
||||
{ "windows-1250", CS_CP1250 },
|
||||
|
||||
{ "windows-1251", CS_CP1251 },
|
||||
|
Reference in New Issue
Block a user