1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

First phase of Unicode polishing: replace the edit box with a combo

box. Also default to ISO8859-1 so that CSI works in the default
mode; this is ridiculously Western-centric but I can't honestly
think of a better option.

[originally from svn r1183]
This commit is contained in:
Simon Tatham
2001-08-12 19:25:21 +00:00
parent 9cbaacd673
commit 686740c2fb
6 changed files with 297 additions and 274 deletions

View File

@ -510,6 +510,7 @@ void lpage_send(int codepage, char *buf, int len);
void luni_send(wchar_t * widebuf, int len);
int check_compose(int first, int second);
int decode_codepage(char *cp_name);
char *cp_enumerate (int index);
char *cp_name(int codepage);
/*