locale_ascii_2_utf8
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
locale_ascii_2_utf8 [2014/12/30 15:01] – external edit 127.0.0.1 | locale_ascii_2_utf8 [2024/09/25 06:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | NOT FINISHED! | ||
- | |||
Do the following: | Do the following: | ||
for i in `ls -R Swedish-*`; do iconv -f ISO-8859-1 -t UTF8 $i -o UTF8-$i; done | for i in `ls -R Swedish-*`; do iconv -f ISO-8859-1 -t UTF8 $i -o UTF8-$i; done | ||
followed by: | followed by: | ||
- | | + | |
+ | cp UTF-8* utf8 | ||
+ | And then | ||
+ | cd utf8 | ||
+ | for file in UTF8-*; do mv "$file" " | ||
+ | And finally | ||
+ | for i in *; do sed -i ' |
locale_ascii_2_utf8.1419951671.txt.gz · Last modified: 2024/09/25 06:19 (external edit)