<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release
    http://pear.php.net/dtd/rest.release.xsd">
 <p xlink:href="/rest/p/file_csv">File_CSV</p>
 <c>pear.php.net</c>
 <v>1.0.0alpha1</v>
 <st>alpha</st>
 <l>New BSD</l>
 <m>dufuz</m>
 <s>Read and write of CSV files</s>
 <d>Read and write of CSV files as well as discovering the format the CSV file is in.

Supports headers and is excel compatible, i.e. =&quot;0004&quot; outputs as 0004 (only read wise)

For more information on CSV: http://rfc.net/rfc4180.html</d>
 <da>2008-10-26 17:09:25</da>
 <n>* Split File_CSV from File into it's own package
* Change license to New BSD
* File_CSV::unquote now takes in an array and a string (string being the old way)
  Passing in an array of fields, for example a whole line.
* Double quotes is now the default quoting character when people don't specify which quoting character to use

* Fix Bug #5257:  File_CSV: delimiter problem if first field is empty [dufuz]
* Fix Bug #14118: Error with quoted fields and separators [dufuz]
* Fix Bug #11526: DiscoverFormat returns wrong nr of fields [izi]
* Fix Bug #11892: File_CSV performance severely hurt [dufuz]
* Fix Bug #14030: File_CSV::write() does not correctly quote field values [dufuz, walter]</n>
 <f>19635</f>
 <g>http://pear.php.net/get/File_CSV-1.0.0alpha1</g>
 <x xlink:href="package.1.0.0alpha1.xml"/>
</r>