Added boot message glyphs

This commit is contained in:
Willem Cazander 2022-03-03 15:18:46 +01:00
parent 0f9885bbf8
commit 812e80fa5e
2 changed files with 8 additions and 0 deletions

View file

@ -223,6 +223,8 @@ public class GDXAppTos4Activator implements BundleActivator {
StringBuilder buf = new StringBuilder();
buf.append("©Δ∞ 仙上主天");
buf.append("BãßBȍőnAuthorInfoʸᴰ");
buf.append("@Ω仙⁴ ˧꜏⋇꜊꜔ ⁴ﷲΩ@");
buf.append("בְּרֵאשִׁית :o: יְסוֺד :o: יִשְׂרָאֵל");
for (int c=0x0100;c<=0x0200;c++) {
buf.append(""+(char)c);
}