diff options
author | Stephan Bergmann <sb@openoffice.org> | 2002-03-18 13:43:42 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2002-03-18 13:43:42 +0000 |
commit | 5fc35a3048250fef9cf2ae9fecfcd38dc7566c2a (patch) | |
tree | cfb8af39cf9fa8272abcb39211c70f54b04b0fc3 /sal/inc/rtl/textenc.h | |
parent | 45bb60ae8f652b29b0eaed4f7328165d08698467 (diff) |
#98208# Added RTL_TEXTENCODING_TIS_620.
Diffstat (limited to 'sal/inc/rtl/textenc.h')
-rw-r--r-- | sal/inc/rtl/textenc.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sal/inc/rtl/textenc.h b/sal/inc/rtl/textenc.h index 1cfea89d2ec9..46b541aae253 100644 --- a/sal/inc/rtl/textenc.h +++ b/sal/inc/rtl/textenc.h @@ -2,9 +2,9 @@ * * $RCSfile: textenc.h,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: sb $ $Date: 2002-01-15 16:59:22 $ + * last change: $Author: sb $ $Date: 2002-03-18 14:41:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -173,8 +173,9 @@ typedef sal_uInt16 rtl_TextEncoding; #define RTL_TEXTENCODING_MS_1361 (RTL_TEXTENC_CAST( 84 )) #define RTL_TEXTENCODING_GB_18030 (RTL_TEXTENC_CAST( 85 )) #define RTL_TEXTENCODING_BIG5_HKSCS (RTL_TEXTENC_CAST( 86 )) +#define RTL_TEXTENCODING_TIS_620 (RTL_TEXTENC_CAST( 87 )) -#define RTL_TEXTENCODING_STD_COUNT (RTL_TEXTENC_CAST( 87 )) +#define RTL_TEXTENCODING_STD_COUNT (RTL_TEXTENC_CAST( 88 )) #define RTL_TEXTENCODING_USER_START (RTL_TEXTENC_CAST( 0x8000 )) #define RTL_TEXTENCODING_USER_END (RTL_TEXTENC_CAST( 0xEFFF )) @@ -254,6 +255,7 @@ Symbol RTL_TEXTENCODING_SYMBOL # Thai (Apple Macintosh) RTL_TEXTENCODING_APPLE_THAI Thai (Dos/Windows-874) RTL_TEXTENCODING_MS_874 +Thai (TIS 620) RTL_TEXTENCODING_TIS_620 Turkish (Apple Macintosh) RTL_TEXTENCODING_APPLE_TURKISH Turkish (DOS/OS2-857) RTL_TEXTENCODING_IBM_857 |