diff options
Diffstat (limited to 'srcs/compose/accent_caron.json')
| -rw-r--r-- | srcs/compose/accent_caron.json | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/srcs/compose/accent_caron.json b/srcs/compose/accent_caron.json index 2e1a953..2684cb3 100644 --- a/srcs/compose/accent_caron.json +++ b/srcs/compose/accent_caron.json @@ -1,9 +1,14 @@ { + // latin "a": "ǎ", "c": "č", "d": "ď", "e": "ě", + "g": "ǧ", + "h": "ȟ", "i": "ǐ", + "j": "ǰ", // no uppercase + "k": "ǩ", "l": "ľ", "n": "ň", "o": "ǒ", @@ -12,5 +17,17 @@ "t": "ť", "u": "ǔ", "z": "ž", - "ü": "ǚ" + // extended latin + "ṡ": "ṧ", + "ü": "ǚ", + "ʒ": "ǯ", + // combining character + "в": "в\u030C", + "г": "г\u030C", + "ғ": "ғ\u030C", + "д": "д\u030C", + "з": "з\u030C", + "р": "р\u030C", + "т": "т\u030C", + "х": "х\u030C" } |
