summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorChristof Pintaske <cp@openoffice.org>2000-12-12 13:49:04 +0000
committerChristof Pintaske <cp@openoffice.org>2000-12-12 13:49:04 +0000
commitc870666ef8ea7314d959568cec3e04d57b80d2f6 (patch)
treec29f222b50c2e705484eb35105f1725264da60a1 /sal
parentbeb54ac3cd5bca30ec9ae64deff7426759f4a71c (diff)
#81658# use ksc5601 as euc korean
Diffstat (limited to 'sal')
-rw-r--r--sal/textenc/tencinfo.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/sal/textenc/tencinfo.c b/sal/textenc/tencinfo.c
index 71f4e2e40..62178f189 100644
--- a/sal/textenc/tencinfo.c
+++ b/sal/textenc/tencinfo.c
@@ -2,9 +2,9 @@
*
* $RCSfile: tencinfo.c,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: cp $ $Date: 2000-12-10 20:18:11 $
+ * last change: $Author: cp $ $Date: 2000-12-12 14:49:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -569,6 +569,11 @@ rtl_TextEncoding SAL_CALL rtl_getTextEncodingFromUnixCharset( const sal_Char* pU
{ NULL, RTL_TEXTENCODING_SYMBOL }
};
+ static ImplStrCharsetDef const aUnixCharsetKoreanEUCTab[] =
+ {
+ { NULL, RTL_TEXTENCODING_EUC_KR }
+ };
+
static ImplStrFirstPartCharsetDef const aUnixCharsetFirstPartTab[] =
{
{ "iso8859", aUnixCharsetISOTab },
@@ -588,7 +593,7 @@ rtl_TextEncoding SAL_CALL rtl_getTextEncodingFromUnixCharset( const sal_Char* pU
{ "sunolcursor", aUnixCharsetSymbolTab },
{ "sunolglyph", aUnixCharsetSymbolTab },
{ "iso10646", aUnixCharsetUNICODETab },
-/* { "ksc5601.1992", }, */
+ { "ksc5601.1992", aUnixCharsetKoreanEUCTab },
/* { "tis620.2553", }, */
/* { "sunudcja.1997", }, */
/* { "sunudcko.1997", }, */