- or download this
#!/bin/sh -
# 2utf8 (via iconv(1)
...
rm $i
mv $i.tmp $i
done
- or download this
#!/bin/sh -
# 2utf8 (via Piconv(1)
...
rm $i
mv $i.tmp $i
done
- or download this
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1
+">
- or download this
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- or download this
piconv -f ISO-8859-1 -t utf8 index.html > index.htm