Skip to content

Commit

Permalink
fix duplicate rough breathings
Browse files Browse the repository at this point in the history
  • Loading branch information
zfletch committed Aug 20, 2019
1 parent 92fa992 commit ba7d156
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions unicode_to_beta_code.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"ἇ": "a(=",
"Ἀ": "*)a",
"Ἁ": "*(a",
"Ἂ": "*(\\a",
"Ἂ": "*)\\a",
"Ἃ": "*(\\a",
"Ἄ": "*)/a",
"Ἅ": "*(/a",
Expand All @@ -112,15 +112,15 @@
"Ἕ": "*(/e",
"ἠ": "h)",
"ἡ": "h(",
"ἢ": "h(\\",
"ἢ": "h)\\",
"ἣ": "h(\\",
"ἤ": "h)/",
"ἥ": "h(/",
"ἦ": "h)=",
"ἧ": "h(=",
"Ἠ": "*)h",
"Ἡ": "*(h",
"Ἢ": "*(\\h",
"Ἢ": "*)\\h",
"Ἣ": "*(\\h",
"Ἤ": "*)/h",
"Ἥ": "*(/h",
Expand Down Expand Up @@ -168,15 +168,15 @@
"Ὗ": "*(=u",
"ὠ": "w)",
"ὡ": "w(",
"ὢ": "w(\\",
"ὢ": "w)\\",
"ὣ": "w(\\",
"ὤ": "w)/",
"ὥ": "w(/",
"ὦ": "w)=",
"ὧ": "w(=",
"Ὠ": "*)w",
"Ὡ": "*(w",
"Ὢ": "*(\\w",
"Ὢ": "*)\\w",
"Ὣ": "*(\\w",
"Ὤ": "*)/w",
"Ὥ": "*(/w",
Expand All @@ -191,47 +191,47 @@
"ὼ": "w\\",
"ᾀ": "a)|",
"ᾁ": "a(|",
"ᾂ": "a(\\|",
"ᾂ": "a)\\|",
"ᾃ": "a(\\|",
"ᾄ": "a)/|",
"ᾅ": "a(/|",
"ᾆ": "a)=|",
"ᾇ": "a(=|",
"ᾈ": "*)|a",
"ᾉ": "*(|a",
"ᾊ": "*(\\|a",
"ᾊ": "*)\\|a",
"ᾋ": "*(\\|a",
"ᾌ": "*)/|a",
"ᾍ": "*(/|a",
"ᾎ": "*)=|a",
"ᾏ": "*(=|a",
"ᾐ": "h)|",
"ᾑ": "h(|",
"ᾒ": "h(\\|",
"ᾒ": "h)\\|",
"ᾓ": "h(\\|",
"ᾔ": "h)/|",
"ᾕ": "h(/|",
"ᾖ": "h)=|",
"ᾗ": "h(=|",
"ᾘ": "*)|h",
"ᾙ": "*(|h",
"ᾚ": "*(\\|h",
"ᾚ": "*)\\|h",
"ᾛ": "*(\\|h",
"ᾜ": "*)/|h",
"ᾝ": "*(/|h",
"ᾞ": "*)=|h",
"ᾟ": "*(=|h",
"ᾠ": "w)|",
"ᾡ": "w(|",
"ᾢ": "w(\\|",
"ᾢ": "w)\\|",
"ᾣ": "w(\\|",
"ᾤ": "w)/|",
"ᾥ": "w(/|",
"ᾦ": "w)=|",
"ᾧ": "w(=|",
"ᾨ": "*)|w",
"ᾩ": "*(|w",
"ᾪ": "*(\\|w",
"ᾪ": "*)\\|w",
"ᾫ": "*(\\|w",
"ᾬ": "*)/|w",
"ᾭ": "*(/|w",
Expand Down

0 comments on commit ba7d156

Please sign in to comment.