ID:               49231
 Comment by:       sjoerd-php at linuxonly dot nl
 Reported By:      jochem dot blok at fasterforward dot nl
 Status:           Open
 Bug Type:         ICONV related
 Operating System: Windows XP
 PHP Version:      5.2.10
 New Comment:

Thank you for your bug report.

I was unable to reproduce the problem. Are you sure that PHP outputs
the wrong character? It could be the tool you use to view the output has
a problem displaying the euro character. Try the following code:

echo bin2hex(iconv('utf-8','ISO-8859-15', html_entity_decode('€',
null, 'UTF-8'))); // should output a4.


Previous Comments:
------------------------------------------------------------------------

[2009-08-12 10:30:38] jochem dot blok at fasterforward dot nl

Description:
------------
iconv doenst handle iso-8859-15 well. See
http://en.wikipedia.org/wiki/ISO/IEC_8859-15. The reproduce code gives ¤
and that should be €. Its seems that iconv converts to ISO-8859-1

Reproduce code:
---------------
echo
iconv('utf-8','ISO-8859-15',html_entity_decode(utf8_encode('€'),null,
'UTF-8'));

Expected result:
----------------
€

Actual result:
--------------
¤


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=49231&edit=1

Reply via email to