Skip to content

Commit

Permalink
Add Greek Vareia mappings (accent_grave)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julow committed Sep 28, 2024
1 parent 1d586fd commit 8f054c6
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 189 deletions.
66 changes: 65 additions & 1 deletion srcs/compose/accent_grave.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,69 @@
"i": "ì",
"o": "ò",
"u": "ù",
"ü": "ǜ"
"ü": "ǜ",
" ": "",

// Greek Vareia
"ἀ": "",
"ἁ": "",
"Ἀ": "",
"Ἁ": "",
"ἐ": "",
"ἑ": "",
"Ἐ": "",
"Ἑ": "",
"ἠ": "",
"ἡ": "",
"Ἠ": "",
"Ἡ": "",
"ἰ": "",
"ἱ": "",
"Ἰ": "",
"Ἱ": "",
"ὀ": "",
"ὁ": "",
"Ὀ": "",
"Ὁ": "",
"ὐ": "",
"ὑ": "",
"Ὑ": "",
"ὠ": "",
"ὡ": "",
"Ὠ": "",
"Ὡ": "",
"α": "",
"ε": "",
"η": "",
"ι": "",
"ο": "",
"υ": "",
"ω": "",
"ᾀ": "",
"ᾁ": "",
"ᾈ": "",
"ᾉ": "",
"ᾐ": "",
"ᾑ": "",
"ᾘ": "",
"ᾙ": "",
"ᾠ": "",
"ᾡ": "",
"ᾨ": "",
"ᾩ": "",
"ᾳ": "",
"Α": "",
"ῃ": "",
"Ε": "",
"Η": "",
"᾿": "",
"ϊ": "",
"Ι": "",
"῾": "",
"ϋ": "",
"Υ": "",
"¨": "",
"ῳ": "",
"Ο": "",
"Ω": ""
}
Loading

0 comments on commit 8f054c6

Please sign in to comment.