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_double_aigu.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'srcs/compose/accent_double_aigu.json') diff --git a/srcs/compose/accent_double_aigu.json b/srcs/compose/accent_double_aigu.json index 1732b26..ad40497 100644 --- a/srcs/compose/accent_double_aigu.json +++ b/srcs/compose/accent_double_aigu.json @@ -1,7 +1,11 @@ { + " ": "˝", + // latin "o": "ő", "u": "ű", - " ": "˝", + // cyrillic + "у": "ӳ", + // combining character "a": "a\u030b", "e": "e\u030b", "i": "i\u030b", -- cgit v1.2.3