Skip to content

Commit

Permalink
compose/accent_superscript.json: more superscript characters
Browse files Browse the repository at this point in the history
  • Loading branch information
quantenzitrone committed Sep 30, 2024
1 parent 5d54115 commit 246109e
Showing 1 changed file with 53 additions and 3 deletions.
56 changes: 53 additions & 3 deletions srcs/compose/accent_superscript.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
// numbers
"0": "",
"1": "¹",
"2": "²",
"3": "³",
Expand All @@ -8,12 +10,18 @@
"7": "",
"8": "",
"9": "",
"0": "",
// math operators
"+": "",
"-": "",
"=": "",
"(": "",
")": "",
// latin
"n": "", // uppercase ᶰ

// since there are no more "superscript" characters,
// we substitute with "modifier letter small"s which looks the same
// latin
"a": "",
"b": "",
"c": "",
Expand All @@ -26,8 +34,8 @@
"j": "ʲ",
"k": "",
"l": "ˡ",
// see above for n
"m": "",
"n": "",
"o": "",
"p": "",
"r": "ʳ",
Expand All @@ -38,5 +46,47 @@
"w": "ʷ",
"x": "ˣ",
"y": "ʸ",
"z": ""
"z": "",
// extended latin
"ɐ": "",
"ᴂ": "",
"ɕ": "",
"ə": "",
"ɛ": "",
"ɜ": "", // turned open e, ↓ not the same
"ᴈ": "", // reversed open e
"ɥ": "",
"ɦ": "ʱ",
"ᴉ": "",
"ɨ": "",
"ɟ": "",
"ɱ": "",
"ɯ": "",
"ɰ": "",
"ŋ": "",
"ᴝ": "",
"ɵ": "",
"œ": "",
"ɔ": "",
"ɹ": "ʴ",
"ɻ": "ʵ",
"ʁ": "ʶ",
"ʂ": "",
"ʉ": "",
"ʃ": "",
"ʒ": "", // uppercase ᴣ
"ʍ": "",
// greek
"ɒ": "",
"β": "",
"ɣ": "ˠ",
"δ": "",
"φ": "", // uppercase ᶲ
"χ": "",
"ι": "",
"ʊ": "",
"ʌ": "",
"θ": "ᶿ",
// cyrillic
"ө": ""
}

0 comments on commit 246109e

Please sign in to comment.