From feaf80be90c6efda99abca46d6565fd6a5ca124e Mon Sep 17 00:00:00 2001 From: Zitrone Date: Tue, 1 Oct 2024 00:31:19 +0200 Subject: [PATCH] compose/accent_subscript.json: more subscript characters --- srcs/compose/accent_subscript.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/srcs/compose/accent_subscript.json b/srcs/compose/accent_subscript.json index 79a3c9349..2cf2daff2 100644 --- a/srcs/compose/accent_subscript.json +++ b/srcs/compose/accent_subscript.json @@ -1,4 +1,6 @@ { + // arabic numbers + "0": "₀", "1": "₁", "2": "₂", "3": "₃", @@ -8,12 +10,13 @@ "7": "₇", "8": "₈", "9": "₉", - "0": "₀", + // math operators "+": "₊", "-": "₋", "=": "₌", "(": "₍", ")": "₎", + // latin "a": "ₐ", "e": "ₑ", "h": "ₕ", @@ -30,5 +33,13 @@ "t": "ₜ", "u": "ᵤ", "v": "ᵥ", - "x": "ₓ" + "x": "ₓ", + // extended latin + "ə": "ₔ", + // greek + "β": "ᵦ", + "γ": "ᵧ", + "ρ": "ᵨ", + "φ": "ᵩ", + "χ": "ᵪ" }