diff options
author | Stephan Bergmann <sb@openoffice.org> | 2002-11-08 14:58:45 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2002-11-08 14:58:45 +0000 |
commit | d1d2e7fcb5123cf5e453f4bc8f4e2126c1a09f2d (patch) | |
tree | 7c95ed5b1c3936b376799fe723401044b30c4e00 /sal/textenc/tcvtjp6.tab | |
parent | 59854851a520837552a173f61f6482bba2bbdceb (diff) |
#104548# Conversion tables in prev. rev. still had a bug.
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 1927eecaf312..cb2184d5719e 100644 --- a/sal/textenc/tcvtjp6.tab +++ b/sal/textenc/tcvtjp6.tab @@ -2,9 +2,9 @@ * * $RCSfile: tcvtjp6.tab,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: sb $ $Date: 2002-11-08 14:53:22 $ + * last change: $Author: sb $ $Date: 2002-11-08 15:58:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1798,7 +1798,7 @@ static ImplDBCSToUniLeadTab const aJIS0208UniLeadTab[128] = { 0, 1, 0, aImplDoubleByteIdentifierTab }, /* 0x2A */ /* We convert this as double byte */ { 0, 1, 0, aImplDoubleByteIdentifierTab }, /* 0x2B */ /* We convert this as double byte */ { 0, 1, 0, aImplDoubleByteIdentifierTab }, /* 0x2C */ /* We convert this as double byte */ - { 0, 0x21, 0x7D, aImplDBCSToUniTab_JIS0208_2D }, /* 0x2D */ + { 0, 0x21, 0x7C, aImplDBCSToUniTab_JIS0208_2D }, /* 0x2D */ { 0, 1, 0, aImplDoubleByteIdentifierTab }, /* 0x2E */ /* We convert this as double byte */ { 0, 1, 0, aImplDoubleByteIdentifierTab }, /* 0x2F */ /* We convert this as double byte */ { 0, 0x21, 0x7E, aImplDBCSToUniTab_JIS0208_30 }, /* 0x30 */ |