Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.9.4

Request #8191 use kanji sheet name and can't get correct result
Submitted: 2006-07-12 05:47 UTC
From: niceon at gmail dot com Assigned: progi1984
Status: Feedback Package: Spreadsheet_Excel_Writer (version 0.9.0)
PHP Version: 5.1.4 OS: XP
Roadmaps: (Not assigned)    
Subscription  


 [2006-07-12 05:47 UTC] niceon at gmail dot com (niceon)
Description: ------------ I write php file in utf-8 encode ,and also the sheet name is in utf-8 ,when i create excel file use code like : $sheetname="Š¿Žš"// japanese kanji use utf-8 encode $workbook->setVersion(8); $worksheet =& $workbook->addWorksheet($sheetname); $worksheet->setInputEncoding('utf-8'); ..... in the created excel file all the sheet name are in chaos ,but the cells are correctly displayed. so,can your give a function to set the InputEncoding of the sheet name.this will be very helpful!

Comments

 [2009-11-29 08:08 UTC] cschmitz (Carsten Schmitz)
-Status: Open +Status: Feedback
Thank you for taking the time to report a problem with the package. Unfortunately you are not using a current version of the package -- the problem might already be fixed. Please download a new version from http://pear.php.net/packages.php If you are able to reproduce the bug with one of the latest versions, please change the package version on this bug report to the version you tested and change the status back to "Open". Again, thank you for your continued support of PEAR.
 [2010-04-06 15:08 UTC] progi1984 (Franck Lefevre)
-Assigned To: +Assigned To: progi1984
Thank you for taking the time to report a problem with the package. This problem may have been already fixed by a previous change that is in the SVN of the package. Please checking out the SVN repository of this package and upgrade svn checkout svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk pear upgrade package2.xml or pear upgrade package.xml If you are able to reproduce the bug with the latest SVN, please change the status back to "Open". Again, thank you for your continued support of PEAR.