#Sed script file for converting MLS Arabic ascii files directly to ArabTeX #transliteration without going through code page 720. Mlstotex.tbl is better. #Tested. #Note: ArabTeX transliterates a hamzah on a waw as an apostrophe either #preceded or followed by `u' (i.e. u' or 'u). This script file #substitutes an apostrophe preceded by `u' for every hamzah on a waw. #This substitution, however, may not produce the correct vocalization of a #given word. In such a case manual correction will be required. # s/a/\'a/g s/ A/ a/g s/^A/a/g s/\^/_A/g s/i/l\'i/g s/b/\'i/g s/c/\'/g s/d/\'A/g s/e/\'i/g s/f/u\'/g s/g/lA/g s/h/l\'a/g s/j/l\'A/g s/BB/b-b/g s/CC/t-t/g s/DD/_t-_t/g s/EE/^g-^g/g s/FF/.h-.h/g s/GG/_h-_h/g s/HH/d-d/g s/II/_d-_d/g s/JJ/r-r/g s/KK/z-z/g s/LL/s-s/g s/MM/^s-^s/g s/NN/.s-.s/g s/OO/.d-.d/g s/PP/.t-.t/g s/QQ/.z-.z/g s/RR/`-`/g s/SS/.g-.g/g s/TT/f-f/g s/UU/q-q/g s/VV/k-k/g s/WW/l-l/g s/XX/m-m/g s/YY/n-n/g s/\[\[/h-h/g s/ZZ/w-w/g s/]]/y-y/g s/B/b/g s/C/t/g s/D/_t/g s/E/^g/g s/F/.h/g s/G/_h/g s/H/d/g s/I/_d/g s/J/r/g s/K/z/g s/L/s/g s/M/^s/g s/N/.s/g s/O/.d/g s/P/.t/g s/Q/.z/g s/R/`/g s/S/.g/g s/T/f/g s/U/q/g s/V/k/g s/W/l/g s/X/m/g s/Y/n/g s/\[/h/g s/Z/w/g s/]/y/g s/\\/T/g