Home » File Formats » Spreadsheet_Excel_Writer » Bug #6640
Illegal character for XML encoding of pear package
Details
| Submitted | 2006-01-31 15:05 UTC |
|---|---|
| From | s dot coletta at uni dot it |
| Assigned | mj |
| Status | Closed |
| Package | Spreadsheet_Excel_Writer |
| PHP Version | Irrelevant |
| OS | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2006-01-31 15:05 UTC] s dot coletta at uni dot it
Description:
------------
On line 64 in the package.xml
-fixed bug in Workbook::sheets() (Björn Schotte).
The "ö" character causes installation failure by Pear:
[root@server tmp]# pear install Spreadsheet_Excel_Writer-0.9.0.tgz
downloading Spreadsheet_Excel_Writer-0.9.0.tgz ...
Starting to download Spreadsheet_Excel_Writer-0.9.0.tgz (55,541 bytes)
.............done: 55,541 bytes
XML error: not well-formed (invalid token) at line 64
Download of "pear/Spreadsheet_Excel_Writer" succeeded, but it is not a valid package archive
Error: cannot download "pear/Spreadsheet_Excel_Writer"
Immediate workaround: change character to "o".
Fix: change ISO code of XML file?
-fixed bug in Workbook::sheets() (Bjorn Schotte).