summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-08-25 14:48:01 +0000
committerKurt Zenker <kz@openoffice.org>2005-08-25 14:48:01 +0000
commit2f2fcf50d1414d739747654bae53d8572be19db5 (patch)
treee15ac7487d28afa96d3225f0cf3b83e12619cc5e
parentd8d6939a70a259ce2a5e20a6e613859eae0bb61d (diff)
INTEGRATION: CWS thaidict (1.26.18); FILE MERGED
2005/08/17 11:41:38 tl 1.26.18.1: #i31230# adding text encodings for Thai
-rw-r--r--sal/textenc/tencinfo.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/sal/textenc/tencinfo.c b/sal/textenc/tencinfo.c
index e821a70134eb..a7dcc66b0c69 100644
--- a/sal/textenc/tencinfo.c
+++ b/sal/textenc/tencinfo.c
@@ -2,9 +2,9 @@
*
* $RCSfile: tencinfo.c,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: obo $ $Date: 2005-07-08 09:49:47 $
+ * last change: $Author: kz $ $Date: 2005-08-25 15:48:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -572,7 +572,9 @@ rtl_TextEncoding SAL_CALL rtl_getTextEncodingFromUnixCharset( const sal_Char* pU
static ImplStrCharsetDef const aUnixCharsetTIS620Tab[] =
{
{ "0", RTL_TEXTENCODING_TIS_620 },
- { NULL, RTL_TEXTENCODING_DONTKNOW }
+ { "2529", RTL_TEXTENCODING_TIS_620 },
+ { "2533", RTL_TEXTENCODING_TIS_620 },
+ { NULL, RTL_TEXTENCODING_TIS_620 }
};
static ImplStrCharsetDef const aUnixCharsetTIS6202529Tab[] =
{