From:             jarkko at mail dot suomenmaa dot fi
Operating system: Server2003
PHP version:      5.3.0
PHP Bug Type:     XML related
Bug description:  Umlauted character problems with xmlparser php 5.3 and 5.2

Description:
------------
Hi,
I use xmlparser for parsin rss with php5 and have problems with 
umlauted characters. For example when we have 

<title>Pöllönäyttely</title>
in RSS after parsing it we'll get
öllönäyttely

<title>Valokuvanäyttely</title>
in RSS after parsing it we'll get
äyttely

It seems that all characters before first umlauted character will be 
stripped away?

Also tried same script with php 5.2.11

Same scrip works just fine on Linux with php 4.3.9.

Possibly there is something wrong with xmlparser in php 5.x.


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

Reply via email to