From 35caf72ef74bfdea17d0a47be4ce5957a46470e2 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 16 May 2005 07:09:51 +0000 Subject: Added ISO 8859-15 character set. --- gtk/PlatGTK.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gtk') diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index bf360f2c2..6d7f92fdb 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -302,6 +302,8 @@ static const char *CharacterSetName(int characterSet) { return "*-*"; case SC_CHARSET_THAI: return "*-1"; + case SC_CHARSET_8859_15: + return "iso8859-15"; default: return "*-*"; } @@ -758,6 +760,8 @@ const char *CharacterSetID(int characterSet) { return ""; case SC_CHARSET_THAI: return "ISO-8859-1"; + case SC_CHARSET_8859_15: + return "ISO-8859-15"; default: return ""; } -- cgit v1.2.3