Skip to content

Commit

Permalink
compose/shift.json: uppercase superscript characters
Browse files Browse the repository at this point in the history
  • Loading branch information
quantenzitrone committed Sep 30, 2024
1 parent f5dacb8 commit 4636026
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions srcs/compose/accent_superscript.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"m": "",
"o": "",
"p": "",
"q": "", // there is no proper lowercase superscript q
"r": "ʳ",
"s": "ˢ",
"t": "",
Expand Down
22 changes: 22 additions & 0 deletions srcs/compose/shift.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,28 @@
"┐": "",
"─": "",
"│": "",
// superscript
"ᵃ": "",
"ᵇ": "",
"ᶜ": "",
"ᵈ": "",
"ᵉ": "",
"ᶠ": "",
"ᵍ": "",
"ʰ": "",
"ⁱ": "",
"ʲ": "",
"ᵏ": "",
"ˡ": "",
"ᵐ": "",
"ⁿ": "",
"ᵒ": "",
"ᵖ": "",
"ʳ": "ᴿ",
"ᵗ": "",
"ᵘ": "",
"ᵛ": "",
"ʷ": "",
// german eszett has an uppercase, but because it is uncommon, java doesn't know about it
"ß": "",
// t with two dots above ("accent_trema") does not have an preapplied uppercase version
Expand Down

0 comments on commit 4636026

Please sign in to comment.