ID: 47095 User updated by: webmaster at einsamsoldat dot net Reported By: webmaster at einsamsoldat dot net Status: Open Bug Type: *Unicode Issues Operating System: CentOS release 5.2 (Final) PHP Version: 5.2.8 New Comment:
The bug submission has converted my Japanese UTF-8 characters to わたしの名前は Previous Comments: ------------------------------------------------------------------------ [2009-01-14 05:57:16] webmaster at einsamsoldat dot net Description: ------------ Unicode Japanese characters show as ???? once alphanumeric character is included in the php code Win32 PHP 5.2.8 does not have the problem. Reproduce code: --------------- <? echo "<a href='http://www.einsamsoldat.net' target='_blank'>".'わたしの名前は'."</a> <br />"; Expected result: ---------------- わたしの名前は ---Not Output--- *Note: A hyperlink pointing to http://www.einsamsoldat.net Actual result: -------------- ??????? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47095&edit=1