templates_ascii_2_utf8
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
templates_ascii_2_utf8 [2016/03/13 08:43] – sweitmann | templates_ascii_2_utf8 [2024/09/25 06:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Start by making copies | + | Start by converting the content |
for i in `ls -R *.tex`; do iconv -f ISO-8859-1 -t UTF8 $i -o UTF8-$i; done | for i in `ls -R *.tex`; do iconv -f ISO-8859-1 -t UTF8 $i -o UTF8-$i; done | ||
- | Then create a folder and move the new files into that folder: | + | You can now move the new UTF8-template |
- | mkdir iso | + | mkdir utf8 |
- | mv UTF8-* | + | mv UTF8-* |
- | Now navigate into the new folder and remove the " | + | Then navigate into the new folder and remove the " |
for file in UTF8-*; do mv " | for file in UTF8-*; do mv " | ||
- | Finally change | + | As a last step you need to exchange |
find -type f -exec sed -i ' | find -type f -exec sed -i ' | ||
That's it! | That's it! |
templates_ascii_2_utf8.1457858606.txt.gz · Last modified: 2024/09/25 06:19 (external edit)