1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-14 01:27:35 -05:00

Add ISO-8859-2 / Win-1250 char set translation

[originally from svn r318]
This commit is contained in:
Simon Tatham
1999-11-17 10:44:43 +00:00
parent e0baec8159
commit 1c73cba012
5 changed files with 71 additions and 12 deletions

View File

@ -130,7 +130,10 @@
#define IDC5_BVALUE 1010
#define IDC5_CHANGE 1011
#define IDC6_ENABLEKOIWINXLAT 1001
#define IDC6_CAPSLOCKCYR 1002
#define IDC6_XLATSTATIC 1001
#define IDC6_NOXLAT 1002
#define IDC6_KOI8WIN1251 1003
#define IDC6_88592WIN1250 1004
#define IDC6_CAPSLOCKCYR 1005
#endif