Added full superscript set

This commit is contained in:
Willem Cazander 2022-10-16 22:36:02 +02:00
parent 986d5a3772
commit 584c5fdc64

View file

@ -227,10 +227,11 @@ public class GDXAppTos4Activator implements BundleActivator {
private static String getRangeUnicodeUsed() { private static String getRangeUnicodeUsed() {
StringBuilder buf = new StringBuilder(); StringBuilder buf = new StringBuilder();
buf.append("©Δ∞ 仙上主天"); buf.append("©Δ∞ 仙上主天");
buf.append("BãßBȍőnAuthorInfoʸᴰ");
buf.append("@Ω仙⁴ ˧꜏⋇꜊꜔ ⁴ﷲΩ@"); buf.append("@Ω仙⁴ ˧꜏⋇꜊꜔ ⁴ﷲΩ@");
buf.append("בְּרֵאשִׁית :o: יְסוֺד :o: יִשְׂרָאֵל"); buf.append("בְּרֵאשִׁית :o: יְסוֺד :o: יִשְׂרָאֵל");
buf.append("⁰¹²³⁴⁵⁶⁷⁸⁹ˣᶜᴰ"); buf.append("⁰¹²³⁴⁵⁶⁷⁸⁹");
buf.append("ᵃᵇᶜᵈᵉᶠᵍʰᶦʲᵏˡᵐⁿᵒᵖᑫʳˢᵗᵘᵛʷˣʸᶻ");
buf.append("BãßBȍőnꝐŕḯṿª₮ḕ注");
for (int c=0x0100;c<=0x0200;c++) { for (int c=0x0100;c<=0x0200;c++) {
buf.append(""+(char)c); buf.append(""+(char)c);
} }