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

Support code page 852. Thanks to Tamas Tevesz.

[originally from svn r9326]
This commit is contained in:
Simon Tatham
2011-10-14 07:03:29 +00:00
parent 6cfe48cde4
commit c72d4b413f
6 changed files with 31 additions and 0 deletions

View File

@ -135,6 +135,11 @@ static const struct {
{ "850", CS_CP850 },
{ "csPC850Multilingual", CS_CP850 },
{ "IBM852", CS_CP852 },
{ "cp852", CS_CP852 },
{ "852", CS_CP852 },
{ "csIBM852", CS_CP852 },
{ "IBM866", CS_CP866 },
{ "cp866", CS_CP866 },
{ "866", CS_CP866 },