User Tools

Site Tools


locale_ascii_2_utf8

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
locale_ascii_2_utf8 [2015/04/24 15:01] sweitmannlocale_ascii_2_utf8 [2023/07/02 13:44] sweitmann
Line 3: Line 3:
     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:
-    mcp "Swedish*" "UTF8-#1"+    mkdir utf8 
 +    cp UTF-8utf8 
 +And then 
 +    cd utf8 
 +    for file in UTF8-*; do mv "$file" "${file:5}"; done
locale_ascii_2_utf8.txt · Last modified: 2023/07/02 14:29 by sweitmann