Help for this page
use Encode; ... write_to_file('>', '_original', $iso_8859_1); write_to_file('>', '_decoded', $string); write_to_file('>:utf8', '_utf8', $utf8);