Return to Snippet

Revision: 1041
at September 2, 2006 12:44 by yuconner


Initial Code
$title = iconv("ISO-8859-1","utf-8",$title);

Initial URL


Initial Description
Example conversion from iso8859-1 to utf-8

Initial Title
Using iconv to convert character encodings

Initial Tags


Initial Language
PHP