diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/textenc/tcvtjp2.tab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/textenc/tcvtjp2.tab b/sal/textenc/tcvtjp2.tab index 2957905777eb..19105511f273 100644 --- a/sal/textenc/tcvtjp2.tab +++ b/sal/textenc/tcvtjp2.tab @@ -144,7 +144,7 @@ static sal_uInt16 const aImplUniToDBCSTab_SJIS_04[] = /* 0x2014 --> 0x815C - APPLE_JAPANESE/SJIS, but I think, this extension is better than the replacment char */ /* 0x2015 --> 0x815C - MS932, but I think, this extension is better than the replacment char */ /* 0x2016 --> 0x8161 - APPLE_JAPANESE/SJIS, but I think, this extension is better than the replacment char */ -/* 0x2026 --> 0x8163 - APPLE_JAPANESE is normaly 0x00FF (HORIZONTAL ELLIPSIS), because in the APPLE import table 0x8183 is this 0x22EF (MIDLINE HORIZONTAL ELLIPSIS) */ +/* 0x2026 --> 0x8163 - APPLE_JAPANESE is normally 0x00FF (HORIZONTAL ELLIPSIS), because in the APPLE import table 0x8183 is this 0x22EF (MIDLINE HORIZONTAL ELLIPSIS) */ /* but we import this code as 0x2026 */ /* 0x203E --> 0x8150 - APPLE_JAPANESE, but I think, this extension is better than the replacment char */ /* in SJIS this is 0x7E, but we import 0x7E as 0x7E, so this would be the better way */ |