mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-21 09:16:34 +00:00
The big text encoding overhaul
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
NAME=APPLE-IIe
|
||||
EOT=7F
|
||||
# TODO
|
||||
|
||||
00=U+0020
|
||||
01-1f=!"#$%&'()*+,-./0123456789:;<=>?
|
||||
20-3f=@abcdefghijklmnopqrstuvwxyz[\]^_
|
||||
60-7e=πABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~
|
||||
|
||||
{q}=22
|
||||
{apos}=27
|
||||
{lbrace}=7b
|
||||
{rbrace}=7d
|
||||
{pi}=60
|
||||
Reference in New Issue
Block a user