Mantis - Quercus
Viewing Issue Advanced Details
3390 minor always 03-16-09 10:15 03-19-09 16:27
koreth  
nam  
normal  
closed 4.0.0  
fixed  
none    
none 4.0.0  
0003390: iconv() doesn't support big5 encoding
<?php
$text = iconv('utf-8', 'big5', "\xE2\x82\xAC");
print bin2hex($text);

(That's a "euro" symbol in UTF-8.) Regular PHP prints "a3e1". Quercus prints nothing.

Notes
(0003910)
nam   
03-19-09 16:27   
php/453s