php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #38477 Filesystem Functions::fgetcsv(): locale dependent limitation
Submitted: 2006-08-17 00:12 UTC Modified: 2007-08-17 16:59 UTC
Votes:3
Avg. Score:5.0 ± 0.0
Reproduced:3 of 3 (100.0%)
Same Version:2 (66.7%)
Same OS:2 (66.7%)
From: jo at feuersee dot de Assigned:
Status: Wont fix Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jo at feuersee dot de
New email:
PHP Version: OS:

 

 [2006-08-17 00:12 UTC] jo at feuersee dot de
Description:
------------
See bug #38471 first (http://bugs.php.net/bug.php?id=38471)

As stated there, current PHP versions don't support fgetcsv() with multibyte support in a useable way.

Considering the increasing use of UTF-8, IMO it should be clearly stated in the documentation that support concerning multibyte encodings is not yet avail and anyone using such encodings is way better off implementing their own way of parsing CSV files than using fgetcsv().



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-08-17 16:59 UTC] vrana@php.net
All PHP functions (except special) work with bytes, not characters. It wouldn't change before PHP 6.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 08:01:30 2024 UTC