From 6fae23a4327a7144f496c0fe079ad9b40a1313e1 Mon Sep 17 00:00:00 2001 From: Zitrone Date: Sat, 5 Oct 2024 09:06:24 +0000 Subject: compose/accent_*.json: improvements (more accents) (#770) compose/accent_*.json: improve/complete implementation compose/shift.json: uppercase for superscript letters & characters without preapplied uppercase versions--- srcs/compose/accent_circonflexe.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'srcs/compose/accent_circonflexe.json') diff --git a/srcs/compose/accent_circonflexe.json b/srcs/compose/accent_circonflexe.json index 448cc87..a16d063 100644 --- a/srcs/compose/accent_circonflexe.json +++ b/srcs/compose/accent_circonflexe.json @@ -1,4 +1,7 @@ { + "+": "⨣", + "≈": "⩯", + // latin "a": "â", "c": "ĉ", "e": "ê", @@ -9,7 +12,27 @@ "o": "ô", "ŝ": "ŝ", "u": "û", + "w": "ŵ", + "x": "x̂", + "y": "ŷ", "z": "ẑ", + // extended latin + "á": "ấ", + "à": "ầ", + "ã": "ẫ", + "ạ": "ậ", + "ả": "ẩ", + "é": "ế", + "è": "ề", + "ẽ": "ễ", + "ẹ": "ệ", + "ẻ": "ể", + "ó": "ố", + "ò": "ồ", + "ơ": "ổ", + "õ": "ỗ", + "ọ": "ộ", + // combining characters "а": "а\u0302", "е": "е\u0302", "и": "и\u0302", -- cgit v1.2.3