diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-02-26 12:38:05 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-02-26 12:38:05 +0000 |
commit | e1c4946c72e3987a1190f123f1e4729851f45f22 (patch) | |
tree | 7239f73adbb7958bb339b0e9d1d823fba6fd1e29 /sal/textenc/tcvtjp6.tab | |
parent | ae7990537d87b296c047bcb6a8cef8f1016c3ddd (diff) |
INTEGRATION: CWS sb13 (1.10.142); FILE MERGED
2004/01/29 14:05:39 sb 1.10.142.1: #112949# In SHIFT_JIS and MS_932, do not map U+00A0 and U+00A9 to invalid characters, as is done in the APPLE_JAPANESE extensions.
Diffstat (limited to 'sal/textenc/tcvtjp6.tab')
-rw-r--r-- | sal/textenc/tcvtjp6.tab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/textenc/tcvtjp6.tab b/sal/textenc/tcvtjp6.tab index 53e042d8dbdf..fed617956458 100644 --- a/sal/textenc/tcvtjp6.tab +++ b/sal/textenc/tcvtjp6.tab @@ -2,9 +2,9 @@ * * $RCSfile: tcvtjp6.tab,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2003-03-26 16:47:13 $ + * last change: $Author: kz $ $Date: 2004-02-26 13:38:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1459,7 +1459,7 @@ static ImplDBCSToUniLeadTab const aAPPLEJAPANESEUniLeadTab[256] = static ImplUniToDBCSHighTab const aAPPLEJAPANESEDBCSHighTab[256] = { - { 0x00, 0xF7, aImplUniToDBCSTab_SJIS_00 }, /* 0x00 */ + { 0x00, 0xF7, aImplUniToDBCSTab_APPLEJAPANESE_00 }, /* 0x00 */ { 1, 0, NULL }, /* 0x01 */ { 1, 0, NULL }, /* 0x02 */ { 0x91, 0xC9, aImplUniToDBCSTab_SJIS_03 }, /* 0x03 */ |