Skip to content

Commit

Permalink
fix: allow square brackets within IPA
Browse files Browse the repository at this point in the history
  • Loading branch information
Attacktive committed Oct 6, 2023
1 parent 90df02a commit 6e6be88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/mappings.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,6 @@ mappings.set("ʒ", "zh");

// miscellaneous
mappings.set("/", "");
mappings.set("[", "");
mappings.set("]", "");
mappings.set(" ", " ");

0 comments on commit 6e6be88

Please sign in to comment.