|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-04-22 14:39 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 15 18:00:01 2025 UTC |
Description: ------------ I cannot decode the cross sign (?) from UTF-8. The iconv() function stops with a notice and does not parse after this sign. Reproduce code: --------------- <? error_reporting(E_ALL); echo iconv('UTF-8', 'ISO-8859-2', "123 † 456"); ?> Expected result: ---------------- 123 ? 456 Actual result: -------------- Notice: iconv(): Detected illegal character in input string in E:\Inetpub\test\bug-cruce.php on line 3 123 PHP Notice: iconv(): Detected illegal character in input string in E:\Inetpub\test\bug-cruce.php on line 3