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 [2015/03/09 21:17] – sweitmann | templates_ascii_2_utf8 [2024/09/25 06:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | NOT FINISHED! | + | Start by converting |
- | + | ||
- | Do the following: | + | |
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 | ||
- | followed by: | + | You can now move the new UTF8-template files into another folder: |
+ | mkdir utf8 | ||
+ | mv UTF8-* utf8 | ||
+ | Then navigate into the new folder and remove the " | ||
for file in UTF8-*; do mv " | for file in UTF8-*; do mv " | ||
- | followed by: | + | As a last step you need to exchange the call for " |
find -type f -exec sed -i ' | find -type f -exec sed -i ' | ||
+ | That's it! |
templates_ascii_2_utf8.1425935838.txt.gz · Last modified: 2024/09/25 06:19 (external edit)