Spreadsheet_Excel_Writer/Spreadsheet/Excel
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
..
Writer Fixed UTF-16 surrogate pairs triggering "unreadable content" error 2013-04-16 11:37:00 -07:00
Writer.php - Move files into proper directory structure 2007-03-27 15:04:19 +00:00