diff options
author | th <th@openoffice.org> | 2001-07-16 10:04:34 +0000 |
---|---|---|
committer | th <th@openoffice.org> | 2001-07-16 10:04:34 +0000 |
commit | a83a71113f82d1dc7d85d82caa6fd88a14a76f90 (patch) | |
tree | 3d8e3e0606382c90756ff18d95aeec17496ec6cc | |
parent | b521f61062ede11d802237690a5b4a5a7425941a (diff) |
#88970# - return more MIME-charset for better MS-compatibility
-rw-r--r-- | sal/textenc/tcvtarb1.tab | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sal/textenc/tcvtarb1.tab b/sal/textenc/tcvtarb1.tab index d4d0498ab144..2c3a0948f722 100644 --- a/sal/textenc/tcvtarb1.tab +++ b/sal/textenc/tcvtarb1.tab @@ -2,9 +2,9 @@ * * $RCSfile: tcvtarb1.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:04:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -271,8 +271,9 @@ static ImplTextEncodingData const aImplIBM862TextEncodingData = 862, 5, (const sal_Char*)"iso8859-8", - (const sal_Char*)"iso-8859-8", + (const sal_Char*)"DOS-862", RTL_TEXTENCODING_INFO_ASCII | + RTL_TEXTENCODING_INFO_MIME | RTL_TEXTENCODING_INFO_R2L | RTL_TEXTENCODING_INFO_DOS_OS2, SCRIPT_HEBREW @@ -620,8 +621,9 @@ static ImplTextEncodingData const aImplMS1255TextEncodingData = 862, 5, (const sal_Char*)"iso8859-8", - (const sal_Char*)"iso-8859-8", + (const sal_Char*)"windows-1255", RTL_TEXTENCODING_INFO_ASCII | + RTL_TEXTENCODING_INFO_MIME | RTL_TEXTENCODING_INFO_R2L | RTL_TEXTENCODING_INFO_WIN, SCRIPT_HEBREW @@ -810,8 +812,9 @@ static ImplTextEncodingData const aImplMS1256TextEncodingData = 864, 4, (const sal_Char*)"iso8859-6", - (const sal_Char*)"iso-8859-6", + (const sal_Char*)"windows-1256", RTL_TEXTENCODING_INFO_ASCII | + RTL_TEXTENCODING_INFO_MIME | RTL_TEXTENCODING_INFO_R2L | RTL_TEXTENCODING_INFO_WIN, SCRIPT_ARABIC |