From:             gruszczol1 at poczta dot onet dot pl
Operating system: linux
PHP version:      5.0.2
PHP Bug Type:     Filesystem function related
Bug description:  fgetcsv + foreign characters

Description:
------------
fgetcsv() doesn't read foreign chracters which are on the beginning of the
field.
Similar bug in http://bugs.php.net/bug.php?id=10896 but it has status
closed.

Reproduce code:
---------------
File contains:
±abc|¶abc|¿abc¿

Example code:
$aqq=fgetcsv($fp, 4000, "|");
echo $aqq[0].$aqq[1].$aqq[2];


Expected result:
----------------
Expected result:
±abc¶abc¿abc¿

Actual result:
--------------
Actual result:
abcabcabc¿

-- 
Edit bug report at http://bugs.php.net/?id=30335&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30335&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30335&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30335&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30335&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30335&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30335&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30335&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30335&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30335&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30335&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=30335&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=30335&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30335&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30335&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30335&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30335&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30335&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30335&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30335&r=mysqlcfg

Reply via email to