From 18d52665a7977802032ed5ca8876ee0429cc4ced Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 9 Aug 2006 23:50:07 +0000 Subject: Support for Thai. --- gtk/PlatGTK.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk') diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index a520b63bf..1ae3a040b 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -319,7 +319,7 @@ static const char *CharacterSetName(int characterSet) { case SC_CHARSET_VIETNAMESE: return "*-*"; case SC_CHARSET_THAI: - return "*-1"; + return "iso8859-11"; case SC_CHARSET_8859_15: return "iso8859-15"; default: @@ -781,7 +781,7 @@ const char *CharacterSetID(int characterSet) { case SC_CHARSET_VIETNAMESE: return ""; case SC_CHARSET_THAI: - return "ISO-8859-1"; + return "ISO-8859-11"; case SC_CHARSET_8859_15: return "ISO-8859-15"; default: -- cgit v1.2.3