diff options
author | Stephan Bergmann <sb@openoffice.org> | 2002-05-28 09:12:55 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2002-05-28 09:12:55 +0000 |
commit | 901b0137ab2b99ef55818bcbd1ed335ea11eb2ab (patch) | |
tree | 5ee02361c5d850842b483c184234fb20b7489838 /sal/textenc/tcvtscn6.tab | |
parent | 26754159534b632fb6a4f8abae119dc7a214d596 (diff) |
#96038# Added MIME charset names for GB18030 and GBK.
Diffstat (limited to 'sal/textenc/tcvtscn6.tab')
-rw-r--r-- | sal/textenc/tcvtscn6.tab | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sal/textenc/tcvtscn6.tab b/sal/textenc/tcvtscn6.tab index 5393ce25d14e..33d08826b20a 100644 --- a/sal/textenc/tcvtscn6.tab +++ b/sal/textenc/tcvtscn6.tab @@ -2,9 +2,9 @@ * * $RCSfile: tcvtscn6.tab,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: sb $ $Date: 2002-03-18 09:03:48 $ + * last change: $Author: sb $ $Date: 2002-05-28 10:12:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1785,8 +1785,10 @@ static ImplTextEncodingData const aImplGBKTextEncodingData 2, 134, "euc-cn", - "gb2312", - RTL_TEXTENCODING_INFO_ASCII | RTL_TEXTENCODING_INFO_MULTIBYTE }; + "GBK", + RTL_TEXTENCODING_INFO_ASCII + | RTL_TEXTENCODING_INFO_MULTIBYTE + | RTL_TEXTENCODING_INFO_MIME }; /* SCRIPT_CHINESE_SIMPLIFIED, pc code page 936, mac encoding 25 */ /* ======================================================================= */ |