Mantis - Quercus
Viewing Issue Advanced Details
4446 minor always 03-22-11 23:35 09-26-23 20:26
philix  
 
normal  
new 4.0.14  
open  
none    
none  
0004446: function eval has encoding problem
when the code to eval contains CJK(chinese japanese korean) words,
the output is messy!
<?php

echo "&20013;&25991;";
echo "<hr/>";
eval('echo "&20013;&25991;"; ');

?>
 001.png [^] (59,385 bytes) 03-22-11 23:35
 ccc.jpg [^] (96,908 bytes) 03-22-11 23:38
 ccc.zip [^] (84,816 bytes) 03-22-11 23:39
 C:\Documents and Settings\Administrator\桌面\ccc.jpg [^] (96,908 bytes) 03-22-11 23:42

There are no notes attached to this issue.