summaryrefslogtreecommitdiff
path: root/fonts/xcharter/doc/altone.py
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/xcharter/doc/altone.py')
-rwxr-xr-xfonts/xcharter/doc/altone.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fonts/xcharter/doc/altone.py b/fonts/xcharter/doc/altone.py
index 1215302b9e..d7170f47ec 100755
--- a/fonts/xcharter/doc/altone.py
+++ b/fonts/xcharter/doc/altone.py
@@ -105,6 +105,7 @@ for f in sorted(encfiles):
tmp = g.read()
tmp=tmp.replace("AutoEnc","AutoEnc1")
tmp=tmp.replace("one.oldstyle","one.Alt.oldstyle")
+ tmp=tmp.replace("one.tosf","one.Alt.tosf")
tmp=tmp.replace("/Thorn /.notdef","/Thorn /uni1E9E.ss01")
tmp=tmp.replace("/cedilla /.notdef","/cedilla /uni1E9E.ss01")
with open(tmfv+"/fonts/enc/dvips/xcharter/"+f,'w') as g: