summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/dad/dad-to-utf8.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-19 21:47:57 +0000
committerKarl Berry <karl@freefriends.org>2018-03-19 21:47:57 +0000
commite9d014b9f582dae216b9085123ce1a17286f2230 (patch)
treec6e5cdcb7033b654af6c87f07be55adec86b4f42 /Master/texmf-dist/doc/fonts/dad/dad-to-utf8.pl
parent41dc4d99ad2c865b3bf572e85cb20bc58daaa660 (diff)
dad (19mar18)
git-svn-id: svn://tug.org/texlive/trunk@47027 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/dad/dad-to-utf8.pl')
-rwxr-xr-xMaster/texmf-dist/doc/fonts/dad/dad-to-utf8.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/fonts/dad/dad-to-utf8.pl b/Master/texmf-dist/doc/fonts/dad/dad-to-utf8.pl
index a19feb720e0..85d971af481 100755
--- a/Master/texmf-dist/doc/fonts/dad/dad-to-utf8.pl
+++ b/Master/texmf-dist/doc/fonts/dad/dad-to-utf8.pl
@@ -1,4 +1,4 @@
-#!/opt/local/bin/perl
+#!/usr/bin/perl
use utf8;
binmode stdin,":utf8";
binmode stdout,":utf8";
@@ -48,7 +48,7 @@ s/d-h/ده/g;
s/A/ا/g;
s/b/ب/g;
s/t\*/ة/g;
-s/th/ث/g;
+s/c/ث/g;
s/t/ت/g;
s/j/ج/g;
s/H/ح/g;