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

@ -32,6 +32,7 @@ typedef enum {
CS_ISO8859_16,
CS_CP437,
CS_CP850,
CS_CP852,
CS_CP866,
CS_CP1250,
CS_CP1251,