summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/xcharter/altone.py
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/xcharter/altone.py')
-rwxr-xr-xMaster/texmf-dist/doc/fonts/xcharter/altone.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/xcharter/altone.py b/Master/texmf-dist/doc/fonts/xcharter/altone.py
index 1215302b9ec..d7170f47ecb 100755
--- a/Master/texmf-dist/doc/fonts/xcharter/altone.py
+++ b/Master/texmf-dist/doc/fonts/xcharter/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: