diff options
Diffstat (limited to 'srcs/compose/accent_tilde.json')
| -rw-r--r-- | srcs/compose/accent_tilde.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/srcs/compose/accent_tilde.json b/srcs/compose/accent_tilde.json index a79d1a3..7939068 100644 --- a/srcs/compose/accent_tilde.json +++ b/srcs/compose/accent_tilde.json @@ -1,13 +1,21 @@ { + // latin "a": "ã", "e": "ẽ", "i": "ĩ", "n": "ñ", "o": "õ", "u": "ũ", + "v": "ṽ", + "y": "ỹ", + // extended latin "ă": "ẵ", "â": "ẫ", "ê": "ễ", "ơ": "ỡ", - "ư": "ữ" + "ō": "ȭ", + "ó": "ṍ", + "ö": "ṏ", + "ư": "ữ", + "ú": "ṹ" } |
