diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-09-10 22:35:39 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-09-10 22:35:39 +0200 |
commit | 037d03b9facb414ba6be01fa6ee92fc7ca89f70c (patch) | |
tree | 119676e8107fada1b91ef12a72e9bbf7b393729f /sal | |
parent | 44ead04eb5fc61a3f56f783adb1509fab440e212 (diff) |
Typo: (N|n)ormaly->(N|n)ormally
Change-Id: I96d081f394b0b62d99ec1034bf5e99da9aedd9d9
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 */ |