abouttreesummaryrefslogcommitdiff
path: root/srcs/compose/accent_trema.json
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/compose/accent_trema.json')
-rw-r--r--srcs/compose/accent_trema.json48
1 files changed, 47 insertions, 1 deletions
diff --git a/srcs/compose/accent_trema.json b/srcs/compose/accent_trema.json
index 64cba56..dc9c5f8 100644
--- a/srcs/compose/accent_trema.json
+++ b/srcs/compose/accent_trema.json
@@ -1,8 +1,54 @@
{
+ // fun
+ "~": "⍨",
+ "*": "⍣",
+ "∇": "⍢",
+ "°": "⍤",
+ // latin
"a": "ä",
"e": "ë",
+ "h": "ḧ",
"i": "ï",
"o": "ö",
+ "t": "ẗ",
"u": "ü",
- "y": "ÿ"
+ "w": "ẅ",
+ "x": "ẍ",
+ "y": "ÿ",
+ // extended latin
+ "ā": "ǟ",
+ "ō": "ȫ",
+ "õ": "ṏ",
+ "í": "ḯ",
+ "ū": "ǖ", // there is also ṻ
+ "ú": "ǘ",
+ "ù": "ǜ",
+ "ǔ": "ǚ",
+ // greek
+ "ι": "ϊ",
+ "υ": "ϋ",
+ "ὺ": "ῢ",
+ "ύ": "ΰ",
+ "ῦ": "ῧ",
+ "ϒ": "ϔ",
+ // cyrillic
+ "а": "ӓ",
+ "ә": "ӛ",
+ "ж": "ӝ",
+ "з": "ӟ",
+ "и": "ӥ",
+ "о": "ӧ",
+ "ө": "ӫ",
+ "э": "ӭ",
+ "у": "ӱ",
+ "ч": "ӵ",
+ "ы": "ӹ",
+ // combining character
+ "c": "c\u0308",
+ "j": "j\u0308",
+ "k": "k\u0308",
+ "l": "l\u0308",
+ "m": "m\u0308",
+ "n": "n\u0308",
+ "s": "s\u0308"
}