Commit 59ccddeaecb09d46f6fcd6a9356bde662826f2f9

Darren Embry 2023-11-22T15:03:45

l.coding, asciitilde.coding

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/bin/zeroslash.py b/bin/zeroslash.py
index a3631bb..7ab5805 100755
--- a/bin/zeroslash.py
+++ b/bin/zeroslash.py
@@ -32,6 +32,8 @@ def zeroSlashFont(source, dest):
 
     charName = args.char
     copyChar(font, charName, "zero", 48)
+    copyChar(font, "l.coding", "l", 108)
+    copyChar(font, "asciitilde.coding", "asciitilde", 126)
 
     if charName == "zerodot":
         font.familyname = "IBM Courier Zero Dot"