ID:               30335
 User updated by:  gruszczol1 at poczta dot onet dot pl
 Reported By:      gruszczol1 at poczta dot onet dot pl
-Status:           Feedback
+Status:           Open
 Bug Type:         Filesystem function related
 Operating System: linux
 PHP Version:      5.0.2
 New Comment:

It was tested with iso-8859-2 and windows-1250 text file.
http://republika.pl/gruszczol1/fgetcsv_bug_example.tgz


Previous Comments:
------------------------------------------------------------------------

[2004-10-06 10:32:21] [EMAIL PROTECTED]

This example is useles, as we don't know which encoding you are using.
Please put this script in a zip file and provide the link to it in this
bugreport.


------------------------------------------------------------------------

[2004-10-06 10:29:45] gruszczol1 at poczta dot onet dot pl

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 this bug report at http://bugs.php.net/?id=30335&edit=1

Reply via email to