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
templates_ascii_2_utf8.1425934205.txt.gz · Last modified: 2024/09/25 06:19 (external edit)