Skip to content

Commit

Permalink
compose/{shift,superscript}.json: more superscript uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
quantenzitrone committed Sep 30, 2024
1 parent 4636026 commit f2a8ed5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions srcs/compose/accent_superscript.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"(": "",
")": "",
// latin
"n": "", // uppercase ᶰ
"n": "",

// since there are no more "superscript" characters,
// we substitute with "modifier letter small"s which looks the same
Expand Down Expand Up @@ -75,14 +75,14 @@
"ʂ": "",
"ʉ": "",
"ʃ": "",
"ʒ": "", // uppercase ᴣ
"ʒ": "",
"ʍ": "",
// greek
"ɒ": "",
"β": "",
"ɣ": "ˠ",
"δ": "",
"φ": "", // uppercase ᶲ
"φ": "",
"χ": "",
"ι": "",
"ʊ": "",
Expand Down
2 changes: 2 additions & 0 deletions srcs/compose/shift.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"ᵘ": "",
"ᵛ": "",
"ʷ": "",
"ᶾ": "",
"ᵠ": "",
// 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 f2a8ed5

Please sign in to comment.