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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
40 - 11 = ?
Subscribe to this entry?

 
 [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: Mon May 06 20:01:31 2024 UTC