Spreadsheet_Excel_Writer/Spreadsheet/Excel/Writer
LaserBears e731e235b2 Fixed UTF-16 surrogate pairs triggering "unreadable content" error
Fixed a bug in the Spreadsheet_Excel_Writer_Worksheet::writeStringBIFF8() method where the length of Unicode strings was being calculated based on the number of characters, and if the string contained any UTF-16 surrogate pairs then a "found unreadable content" error would occur when opening the worksheet in Excel (it apparently expects Unicode string lengths to be the number of 16-bit code points, not the number of characters).
2013-04-16 11:37:00 -07:00
..
BIFFwriter.php Bug #17572 Temporary files are not removed 2011-12-10 02:05:53 +00:00
Format.php Fixed issue #12053: Setting bottom border color to integer 0 gives cross borders 2009-11-29 02:34:02 +00:00
Parser.php Bug #17766 Patch: Avoid deprecated split 2010-08-23 04:06:22 +00:00
Validator.php - Move files into proper directory structure 2007-03-27 15:04:19 +00:00
Workbook.php Bug #16678 In PHP 5.3 get errors on lines 186, 195 2011-12-10 02:03:17 +00:00
Worksheet.php Fixed UTF-16 surrogate pairs triggering "unreadable content" error 2013-04-16 11:37:00 -07:00