Help for this page

Select Code to Download


  1. or download this
    use Encode;
    
    ...
    write_to_file('>', '_original', $iso_8859_1);
    write_to_file('>', '_decoded', $string);
    write_to_file('>:utf8', '_utf8', $utf8);