Closed modocache closed 6 years ago
The following test should pass, but it doesn't:
diff --git a/tests/all.js b/tests/all.js index 4e9ac6c..673f6e8 100755 --- a/tests/all.js +++ b/tests/all.js @@ -4,7 +4,8 @@ var hepburn = require("../lib/hepburn"); var katakanaTests = { "カタカナ": "KATAKANA", "チャーシュー": "CHASHU", - "マッモト": "MAMMOTO" + "マッモト": "MAMMOTO", + "フェイク": "FEIKU" }; var toKatakanaTests = {
There's some information on extended katakana on Wikipedia.
This feature is available in v1.1.0, thanks for the PR @Bramas
The following test should pass, but it doesn't:
There's some information on extended katakana on Wikipedia.