templates_ascii_2_utf8
This is an old revision of the document!
NOT FINISHED!
Do the following:
for i in `ls -R *.tex`; do iconv -f ISO-8859-1 -t UTF8 $i -o UTF8-$i; done
followed by:
for file in UTF8-*; do mv "$file" "${file:5}"; done
followed by:
find -type f -exec sed -i 's/latin1/utf8/g' {} \;
templates_ascii_2_utf8.1425935838.txt.gz · Last modified: 2024/09/25 06:19 (external edit)