From:             webmaster at einsamsoldat dot net
Operating system: CentOS release 5.2 (Final)
PHP version:      5.2.8
PHP Bug Type:     *Unicode Issues
Bug description:  Japanese encoded in UTF-8 display as ????

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'>".'&#12431;&#12383;&#12375;&#12398;&#21517;&#21069;&#12399;'."</a>
<br 

/>";


Expected result:
----------------
&#12431;&#12383;&#12375;&#12398;&#21517;&#21069;&#12399;


---Not Output---
*Note: A hyperlink pointing to http://www.einsamsoldat.net

Actual result:
--------------
???????

-- 
Edit bug report at http://bugs.php.net/?id=47095&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=47095&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=47095&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=47095&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=47095&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=47095&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=47095&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=47095&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=47095&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=47095&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=47095&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=47095&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=47095&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=47095&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=47095&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=47095&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=47095&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=47095&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=47095&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=47095&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=47095&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=47095&r=mysqlcfg

Reply via email to