From: ben Date: Mon, 18 Nov 2002 18:24:35 +0000 (+0000) Subject: Don't forget the IEC! X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/6a3d95c7b28e55a5786e9bfaed5af4f306f0332f?hp=eec8f73c747cbb8e32f825ee48f29e34e8cd14b8 Don't forget the IEC! git-svn-id: svn://svn.tartarus.org/sgt/putty@2222 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/unicode.c b/unicode.c index 75d0576c..cabe476d 100644 --- a/unicode.c +++ b/unicode.c @@ -201,7 +201,7 @@ static const wchar_t iso_8859_10[] = { 0x00F8, 0x0173, 0x00FA, 0x00FB, 0x00FC, 0x00FD, 0x00FE, 0x0138 }; -/* ISO 8859-11:2001 ("Thai", "TIS620") */ +/* ISO/IEC 8859-11:2001 ("Thai", "TIS620") */ static const wchar_t iso_8859_11[] = { 0x00A0, 0x0E01, 0x0E02, 0x0E03, 0x0E04, 0x0E05, 0x0E06, 0x0E07, 0x0E08, 0x0E09, 0x0E0A, 0x0E0B, 0x0E0C, 0x0E0D, 0x0E0E, 0x0E0F,