Skip to content

Commit

Permalink
compose/*.json: more improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
quantenzitrone committed Sep 30, 2024
1 parent feaf80b commit f5dacb8
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 9 deletions.
10 changes: 9 additions & 1 deletion srcs/compose/accent_bar.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,13 @@
"t": "ŧ",
"u": "ʉ",
"y": "ɏ",
"z": "ƶ"
"z": "ƶ",
// extended latin
"ȷ": "ɟ",
// cyrillic
"о": "ө",
"ӧ": "ӫ",
"ү": "ұ",
"ь": "ҍ",
"х": "ӿ"
}
2 changes: 1 addition & 1 deletion srcs/compose/accent_caron.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"g": "ǧ",
"h": "ȟ",
"i": "ǐ",
"j": "ǰ",
"j": "ǰ", // no uppercase
"k": "ǩ",
"l": "ľ",
"n": "ň",
Expand Down
3 changes: 2 additions & 1 deletion srcs/compose/accent_dot_above.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"f": "",
"g": "ġ",
"h": "",
"I": "İ",
"m": "",
"n": "",
"o": "ȯ",
Expand All @@ -22,6 +21,8 @@
// remove dot since i and j already have one
"i": "ı",
"j": "ȷ",
// uppercase i
"I": "İ",
// extended latin
"ā": "ǡ",
"ō": "ȱ",
Expand Down
4 changes: 3 additions & 1 deletion srcs/compose/accent_grave.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@
"ō": "",
"ü": "ǜ",
"ư": "",
// greek
// greek (technically not a grave, but a varia)
"α": "",
"ε": "",
"η": "",
"ι": "",
"ο": "",
"υ": "",
"ω": "",
// there is more like ἒ, ᾣ, etc
// cyrillic
"е": "ѐ",
"и": "ѝ",
Expand Down
1 change: 1 addition & 0 deletions srcs/compose/accent_grave_double.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"r": "ȑ",
"u": "ȕ",
//cyrillic
"ѵ": "ѷ",
"а": "а\u030f",
"е": "е\u030f",
"и": "и\u030f",
Expand Down
4 changes: 3 additions & 1 deletion srcs/compose/accent_macron.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@
"æ": "ǣ",
"ä": "ǟ",
"ȧ": "ǡ",
"è": "",
"é": "",
"ḷ": "",
"ṛ": "",
"ö": "ȫ",
"ȯ": "ȱ",
"ǫ": "ǭ",
"õ": "ȭ",
"ò": "",
"ó": "",
"ü": "ǖ",
"ü": "ǖ", // there is also ṻ
// cyrillic
"и": "ӣ",
"у": "ӯ",
Expand Down
9 changes: 7 additions & 2 deletions srcs/compose/accent_ring.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
// latin
"a": "å",
"u": "ů",
"w": "",
"y": ""
"w": "", // no uppercase
"y": "", // no uppercase
// extended latin
"á": "ǻ",
// extra
"~": ""
}
6 changes: 5 additions & 1 deletion srcs/compose/accent_tilde.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@
"â": "",
"ê": "",
"ơ": "",
"ư": ""
"ō": "ȭ",
"ó": "",
"ö": "",
"ư": "",
"ú": ""
}
2 changes: 1 addition & 1 deletion srcs/compose/accent_trema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ō": "ȫ",
"õ": "",
"í": "",
"ū": "ǖ", // there is also ṻ, not sure what to do about that
"ū": "ǖ", // there is also ṻ
"ú": "ǘ",
"ù": "ǜ",
"ǔ": "ǚ",
Expand Down

0 comments on commit f5dacb8

Please sign in to comment.