From c6774196ea57f30026e4aa7f126a6202f0fdd865 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sat, 18 Apr 2026 16:18:13 +0200 Subject: Add more symbols to superscript and small_caps (#1198) * Add more symbols to accent_syperscript * Add all uppercase and lowercase variants to accent_small_caps * Use ʁ instead of ᴚ in accent_small_caps--- srcs/compose/accent_superscript.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'srcs/compose/accent_superscript.json') diff --git a/srcs/compose/accent_superscript.json b/srcs/compose/accent_superscript.json index 292815d..7a90869 100644 --- a/srcs/compose/accent_superscript.json +++ b/srcs/compose/accent_superscript.json @@ -16,9 +16,10 @@ "=": "⁼", "(": "⁽", ")": "⁾", + // latin "n": "ⁿ", - + // since there are no more "superscript" characters, // we substitute with "modifier letter small"s which looks the same // latin @@ -77,6 +78,7 @@ "ʃ": "ᶴ", "ʒ": "ᶾ", "ʍ": "ꭩ", + "Ħ": "ꟸ", // greek "ɒ": "ᶛ", "β": "ᵝ", @@ -89,5 +91,10 @@ "ʌ": "ᶺ", "θ": "ᶿ", // cyrillic - "ө": "ᶱ" + "ө": "ᶱ", + + // Other with modifier + "ʕ": "ˤ", + "ʔ": "ˀ", + "ʋ": "ᶹ" } -- cgit v1.2.3