small capitals added

This commit is contained in:
Fujun Du 2023-03-08 19:11:38 +08:00
parent 9685e85b8f
commit 35ec974d7c

31
data.ts
View file

@ -4258,6 +4258,34 @@ export const replacements = [
['\\{', '{'],
['\\|', '‖'],
['-', ''],
['\\sca', 'ᴀ'],
['\\scb', 'ʙ'],
['\\scc', ''],
['\\scd', 'ᴅ'],
['\\sce', 'ᴇ'],
['\\scf', 'ꜰ'],
['\\scg', 'ɢ'],
['\\sch', 'ʜ'],
['\\sci', 'ɪ'],
['\\scj', 'ᴊ'],
['\\sck', 'ᴋ'],
['\\scl', 'ʟ'],
['\\scm', 'ᴍ'],
['\\scn', 'ɴ'],
['\\sco', ''],
['\\scp', 'ᴘ'],
['\\scr', 'ʀ'],
['\\scs', ''],
['\\sct', 'ᴛ'],
['\\scu', ''],
['\\scv', ''],
['\\scw', ''],
['\\scy', 'ʏ'],
['\\scz', ''],
['\\hatA', 'Â'],
['\\hatJ', 'Ĵ'],
['\\hata', 'â'],
['\\haty', 'ŷ'],
];
export const combiningmarks = [
@ -4387,4 +4415,7 @@ export const subsuperscripts = [
['^e', 'ᵉ'],
['^f', 'ᶠ'],
['^g', 'ᵍ'],
['^>', ' ͐'],
['^,', ' ̓'],
['^,,', ' ̕'],
];