diff options
author | th <th@openoffice.org> | 2001-07-16 10:20:11 +0000 |
---|---|---|
committer | th <th@openoffice.org> | 2001-07-16 10:20:11 +0000 |
commit | 3c0122972679e6d5ba1af131a8939928346e99b4 (patch) | |
tree | c24aed98c9225608a00a9b536ecc374bc137e00b /sal/textenc/tcvteas1.tab | |
parent | a83a71113f82d1dc7d85d82caa6fd88a14a76f90 (diff) |
#88970# - return more MIME-charset for better MS-compatibility
Diffstat (limited to 'sal/textenc/tcvteas1.tab')
-rw-r--r-- | sal/textenc/tcvteas1.tab | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sal/textenc/tcvteas1.tab b/sal/textenc/tcvteas1.tab index e6e2d4420f9f..b0a29e00ae3e 100644 --- a/sal/textenc/tcvteas1.tab +++ b/sal/textenc/tcvteas1.tab @@ -2,9 +2,9 @@ * * $RCSfile: tcvteas1.tab,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:17:28 $ + * last change: $Author: th $ $Date: 2001-07-16 11:19:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -188,8 +188,9 @@ static ImplTextEncodingData const aImplMS874TextEncodingData = 874, 21, (const sal_Char*)"iso8859-1", /* ??? */ - (const sal_Char*)"iso-8859-1", /* ??? */ + (const sal_Char*)"windows-874", RTL_TEXTENCODING_INFO_ASCII | + RTL_TEXTENCODING_INFO_MIME | RTL_TEXTENCODING_INFO_WIN | RTL_TEXTENCODING_INFO_DOS_OS2, SCRIPT_THAI @@ -346,8 +347,9 @@ static ImplTextEncodingData const aImplMS1258TextEncodingData = 0, 30, (const sal_Char*)"iso8859-1", /* ??? */ - (const sal_Char*)"iso-8859-1", /* ??? */ + (const sal_Char*)"windows-1258", RTL_TEXTENCODING_INFO_ASCII | + RTL_TEXTENCODING_INFO_MIME | RTL_TEXTENCODING_INFO_WIN, SCRIPT_VIETNAMESE }; |