diff options
author | Andreas Gohr <andi@splitbrain.org> | 2024-01-09 14:59:08 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2024-01-09 15:00:13 +0100 |
commit | 7f6de1e37e384eca11f24cd84012a2e69da22efc (patch) | |
tree | 8e8796c20dc3f1e286bb089486ad01b6061d3fcc /inc/Utf8/tables | |
parent | bdeec7bf53762ae0cfd0385f184087e576d96224 (diff) | |
download | dokuwiki-7f6de1e37e384eca11f24cd84012a2e69da22efc.tar.gz dokuwiki-7f6de1e37e384eca11f24cd84012a2e69da22efc.zip |
fix japanese romanization. fixes #4047
Adjusted two entries after deduplication based on feedback by @ssahara
Diffstat (limited to 'inc/Utf8/tables')
-rw-r--r-- | inc/Utf8/tables/romanization.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/Utf8/tables/romanization.php b/inc/Utf8/tables/romanization.php index 006a70598..e0da4537d 100644 --- a/inc/Utf8/tables/romanization.php +++ b/inc/Utf8/tables/romanization.php @@ -299,7 +299,6 @@ return [ // Japanese hiragana // 3 character syllables, っ doubles the consonant after - 'っちゃ' => 'ccha', 'っびゃ' => 'bbya', 'っびぇ' => 'bbye', 'っびぃ' => 'bbyi', @@ -641,7 +640,7 @@ return [ 'ファー' => 'faa', 'フォー' => 'foo', 'フャー' => 'fyaa', - 'フェー' => 'fyee', + 'フェー' => 'fee', 'フィー' => 'fyii', 'フョー' => 'fyoo', 'フュー' => 'fyuu', |