diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-11-06 13:53:35 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-11-06 13:53:35 +0000 |
commit | 44c82bce3c154e0f4fd45d96e8ac111670186e46 (patch) | |
tree | 49d442301f8a2e6807266b6c014b197a93db5826 /sal | |
parent | 3c477408972785ade68e0762cf5f4664740d3a26 (diff) |
INTEGRATION: CWS sb63 (1.12.158); FILE MERGED
2006/10/02 11:51:09 sb 1.12.158.1: #i62310# Fixed aImplSJISDBCSEUDCTab.
Diffstat (limited to 'sal')
-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 45f9d3e91a2b..6b384b2b808d 100644 --- a/sal/textenc/tcvtjp6.tab +++ b/sal/textenc/tcvtjp6.tab @@ -4,9 +4,9 @@ * * $RCSfile: tcvtjp6.tab,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:38:54 $ + * last change: $Author: kz $ $Date: 2006-11-06 14:53:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -574,7 +574,7 @@ static ImplDBCSEUDCData const aImplSJISDBCSEUDCTab[DBCS_EUDC_SJIS_COUNT] = /* EUDC-Range */ /* Lead: F0-F9 */ /* Trail: 40-7E, 80-FC */ - { 0xF0, 0xF9, 0x40, 0x7E, 0x7F, 0xFC, 0, 0, 2, 0xBC, 0xE000, 0xE757 } + { 0xF0, 0xF9, 0x40, 0x7E, 0x80, 0xFC, 0, 0, 2, 0xBC, 0xE000, 0xE757 } }; /* ----------------------------------------------------------------------- */ |