aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/Utf8/tables
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2024-01-09 14:59:08 +0100
committerAndreas Gohr <andi@splitbrain.org>2024-01-09 15:00:13 +0100
commit7f6de1e37e384eca11f24cd84012a2e69da22efc (patch)
tree8e8796c20dc3f1e286bb089486ad01b6061d3fcc /inc/Utf8/tables
parentbdeec7bf53762ae0cfd0385f184087e576d96224 (diff)
downloaddokuwiki-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.php3
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',