summaryrefslogtreecommitdiffstats
path: root/i18npool/source/transliteration/ignoreTiJi_ja_JP.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/transliteration/ignoreTiJi_ja_JP.cxx')
-rw-r--r--i18npool/source/transliteration/ignoreTiJi_ja_JP.cxx38
1 files changed, 19 insertions, 19 deletions
diff --git a/i18npool/source/transliteration/ignoreTiJi_ja_JP.cxx b/i18npool/source/transliteration/ignoreTiJi_ja_JP.cxx
index ed084242bff6..799b3e15634c 100644
--- a/i18npool/source/transliteration/ignoreTiJi_ja_JP.cxx
+++ b/i18npool/source/transliteration/ignoreTiJi_ja_JP.cxx
@@ -31,29 +31,29 @@ namespace com { namespace sun { namespace star { namespace i18n {
static const Mapping TiJi[] = {
- // TU + I --> TI
- { 0x30C4, 0x30A3, 0x30C1, sal_True },
- // TE + I --> TI
- { 0x30C6, 0x30A3, 0x30C1, sal_True },
- // TU + I --> TI
- { 0x3064, 0x3043, 0x3061, sal_True },
- // TE + I --> TI
- { 0x3066, 0x3043, 0x3061, sal_True },
- // DE + I --> ZI
- { 0x30C7, 0x30A3, 0x30B8, sal_True },
- // DE + I --> ZI
- { 0x3067, 0x3043, 0x3058, sal_True },
-
- { 0, 0, 0, sal_True }
+ // TU + I --> TI
+ { 0x30C4, 0x30A3, 0x30C1, sal_True },
+ // TE + I --> TI
+ { 0x30C6, 0x30A3, 0x30C1, sal_True },
+ // TU + I --> TI
+ { 0x3064, 0x3043, 0x3061, sal_True },
+ // TE + I --> TI
+ { 0x3066, 0x3043, 0x3061, sal_True },
+ // DE + I --> ZI
+ { 0x30C7, 0x30A3, 0x30B8, sal_True },
+ // DE + I --> ZI
+ { 0x3067, 0x3043, 0x3058, sal_True },
+
+ { 0, 0, 0, sal_True }
};
ignoreTiJi_ja_JP::ignoreTiJi_ja_JP()
{
- func = (TransFunc) 0;
- table = 0;
- map = TiJi;
- transliterationName = "ignoreTiJi_ja_JP";
- implementationName = "com.sun.star.i18n.Transliteration.ignoreTiJi_ja_JP";
+ func = (TransFunc) 0;
+ table = 0;
+ map = TiJi;
+ transliterationName = "ignoreTiJi_ja_JP";
+ implementationName = "com.sun.star.i18n.Transliteration.ignoreTiJi_ja_JP";
}
} } } }