Javascript debugger
Website design
↑
The value of type can be any one of those:
| input_encoding |
| output_encoding |
| internal_encoding |
The character set.
<?php
iconv_set_encoding("internal_encoding", "UTF-8");
iconv_set_encoding("output_encoding", "ISO-8859-1");
?>