关于iconv的用法
现在我有遇到了新问题:...
<?php
$str = iconv("ISO-8859-1", "gb2312", "一帆风顺");
echo "string is:".$str;
?>
...
执行时提示错误:
Warning: iconv: cannot convert from `ISO-8859-1' to `gb2312'in
program.
怎么会这样啊?那位高手帮忙看看吧,在这里先谢谢了!
2006-03-12 00:19
2006-03-12 14:41
2006-03-17 10:11
2008-09-26 20:50