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 14:24] sweitmannlocale_ascii_2_utf8 [2024/09/25 06:21] (current) – external edit 127.0.0.1
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.1688307875.txt.gz · Last modified: 2024/09/25 06:20 (external edit)