proper codepage for BIFF8

git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@250059 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Arnaud Limbourg 2008-01-07 10:36:37 +00:00
parent c903d67a50
commit 580e7e25cc
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ class Spreadsheet_Excel_Writer_Workbook extends Spreadsheet_Excel_Writer_BIFFwri
$this->_tmp_format->_BIFF_version = $version;
$this->_url_format->_BIFF_version = $version;
$this->_parser->_BIFF_version = $version;
$this->_codepage = 0x04B0;
$total_worksheets = count($this->_worksheets);
// change version for all worksheets too