abouttreesummaryrefslogcommitdiff
path: root/srcs/compose/accent_grave.json
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/compose/accent_grave.json')
-rw-r--r--srcs/compose/accent_grave.json32
1 files changed, 31 insertions, 1 deletions
diff --git a/srcs/compose/accent_grave.json b/srcs/compose/accent_grave.json
index efd07c2..16320a5 100644
--- a/srcs/compose/accent_grave.json
+++ b/srcs/compose/accent_grave.json
@@ -1,8 +1,38 @@
{
+ // latin
"a": "à",
"e": "è",
"i": "ì",
+ "n": "ǹ",
"o": "ò",
"u": "ù",
- "ü": "ǜ"
+ "w": "ẁ",
+ "y": "ỳ",
+ // extended latin
+ "â": "ầ",
+ "ă": "ằ",
+ "ê": "ề",
+ "ē": "ḕ",
+ "ơ": "ờ",
+ "ô": "ồ",
+ "ō": "ṑ",
+ "ü": "ǜ",
+ "ư": "ừ",
+ // greek (technically not a grave, but a varia)
+ "α": "ὰ",
+ "ε": "ὲ",
+ "η": "ὴ",
+ "ι": "ὶ",
+ "ο": "ὸ",
+ "υ": "ὺ",
+ "ω": "ὼ",
+ // there is more like ἒ, ᾣ, etc
+ // cyrillic
+ "е": "ѐ",
+ "и": "ѝ",
+ // combining character
+ "ɔ": "ɔ\u0300",
+ "s": "s\u0300",
+ "ʌ": "ʌ\u0300",
+ "z": "z\u0300"
}