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