Help for this page

Select Code to Download


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