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

Request #8191 use kanji sheet name and can't get correct result
Submitted: 2006-07-12 00:47 UTC Modified: 2009-11-29 03:08 UTC
From: niceon at gmail dot com Assigned:
Status: Feedback Package: Spreadsheet_Excel_Writer (version 0.9.0)
PHP Version: 5.1.4 OS: XP
Roadmaps: (Not assigned)    
Subscription  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: niceon at gmail dot com
New email:
PHP Version: Package Version: OS:

 

 [2006-07-12 00: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 03: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.