diff options
author | Stephan Bergmann <sb@openoffice.org> | 2002-02-25 14:07:49 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2002-02-25 14:07:49 +0000 |
commit | 851574915c3ea6ad3e3e53b379f41c165f158b3b (patch) | |
tree | fadfe3af92e6143f50c0a3bf8e5ced57fbb667eb /sal/textenc/convertbig5hkscs.tab | |
parent | 739cb04c36524c5a1bbf768dfe93624a1b2ec8b4 (diff) |
#97705# Improved Big5-HKSCS mapping.
Diffstat (limited to 'sal/textenc/convertbig5hkscs.tab')
-rw-r--r-- | sal/textenc/convertbig5hkscs.tab | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sal/textenc/convertbig5hkscs.tab b/sal/textenc/convertbig5hkscs.tab index dfca662f5057..1d3e5333e261 100644 --- a/sal/textenc/convertbig5hkscs.tab +++ b/sal/textenc/convertbig5hkscs.tab @@ -2,9 +2,9 @@ * * $RCSfile: convertbig5hkscs.tab,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: sb $ $Date: 2002-01-15 17:02:45 $ + * last change: $Author: sb $ $Date: 2002-02-25 15:07:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,9 @@ static ImplBig5HkscsConverterData const aImplBig5HkscsConvertData aImplUnicodeToBig5Hkscs2001Data, aImplUnicodeToBig5Hkscs2001PageOffsets, aImplUnicodeToBig5Hkscs2001PlaneOffsets, - aBIG5DBCSHighTab }; /* from tcvttcn6.tab */ + aBIG5DBCSHighTab, /* from tcvttcn6.tab */ + aImplMS950DBCSEUDCTab, /* from tcvttcn6.tab */ + DBCS_EUDC_MS950_COUNT }; /* from tcvttcn6.tab */ static ImplTextEncodingData const aImplBig5HkscsTextEncodingData = { { &aImplBig5HkscsConvertData, |