summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorChristof Pintaske <cp@openoffice.org>2000-12-12 19:09:21 +0000
committerChristof Pintaske <cp@openoffice.org>2000-12-12 19:09:21 +0000
commit17de5b8a2b4e7c41b8c5aa4f34ad9d75f9f98ccb (patch)
tree101e043fe2e8e1d587d76d2084c67dd50c8fd61c /sal
parentde0d60397515d716b0032d55dfd3d9b76cc87987 (diff)
#81658# ksc5601 is apparently NOT korean EUC
Diffstat (limited to 'sal')
-rw-r--r--sal/textenc/tencinfo.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/sal/textenc/tencinfo.c b/sal/textenc/tencinfo.c
index 62178f189..8f2424ad2 100644
--- a/sal/textenc/tencinfo.c
+++ b/sal/textenc/tencinfo.c
@@ -2,9 +2,9 @@
*
* $RCSfile: tencinfo.c,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: cp $ $Date: 2000-12-12 14:49:04 $
+ * last change: $Author: cp $ $Date: 2000-12-12 20:09:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -583,8 +583,11 @@ rtl_TextEncoding SAL_CALL rtl_getTextEncodingFromUnixCharset( const sal_Char* pU
{ "ibm", aUnixCharsetIBMTab },
{ "koi8", aUnixCharsetKOI8Tab },
{ "jisx0208", aUnixCharsetJISX0208Tab },
+ { "jisx0208.1983", aUnixCharsetJISX0208Tab },
{ "jisx0201", aUnixCharsetJISX0201Tab },
+ { "jisx0201.1976", aUnixCharsetJISX0201Tab },
{ "jisx0212", aUnixCharsetJISX0212Tab },
+ { "jisx0212.1990", aUnixCharsetJISX0212Tab },
{ "gb2312", aUnixCharsetGBTab },
{ "gbk", aUnixCharsetGBKTab },
{ "big5", aUnixCharsetBIG5Tab },
@@ -593,7 +596,7 @@ rtl_TextEncoding SAL_CALL rtl_getTextEncodingFromUnixCharset( const sal_Char* pU
{ "sunolcursor", aUnixCharsetSymbolTab },
{ "sunolglyph", aUnixCharsetSymbolTab },
{ "iso10646", aUnixCharsetUNICODETab },
- { "ksc5601.1992", aUnixCharsetKoreanEUCTab },
+/* { "ksc5601.1992", aUnixCharsetKoreanEUCTab }, */
/* { "tis620.2553", }, */
/* { "sunudcja.1997", }, */
/* { "sunudcko.1997", }, */