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 revision
Previous revision
locale_ascii_2_utf8 [2023/07/02 13:44] sweitmannlocale_ascii_2_utf8 [2023/07/02 14:29] (current) sweitmann
Line 8: Line 8:
     cd utf8     cd utf8
     for file in UTF8-*; do mv "$file" "${file:5}"; done     for file in UTF8-*; do mv "$file" "${file:5}"; done
 +And finally
 +    for i in *; do  sed -i '1s/^/$self{charset} = \x27UTF-8\x27; \n/' $i; done
locale_ascii_2_utf8.1688305478.txt.gz · Last modified: 2023/07/02 13:44 by sweitmann