* Fix Bug #6640: Illegal character for XML encoding of pear package

# I'm not really sure why the XML parser of the reporter fails on the
# umlaut.  Bjoern, I hope you don't mind this fix ...


git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@231640 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Martin Jansen 2007-03-11 10:26:46 +00:00
parent d4956f5b63
commit c56e0db7af
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
<notes> <notes>
-added several formatting methods: setTextRotation(), setStrikeOut(), -added several formatting methods: setTextRotation(), setStrikeOut(),
setOutLine(), setShadow(), setScript(). setOutLine(), setShadow(), setScript().
-fixed bug in Workbook::sheets() (Björn Schotte). -fixed bug in Workbook::sheets() (Bjoern Schotte).
-fixed range for references in formulas (Edward). -fixed range for references in formulas (Edward).
-added support for external references in formulas. -added support for external references in formulas.
-added support for comparisons in formulas. -added support for comparisons in formulas.