Giter VIP home page Giter VIP logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
Thanks for your input! This was definitely an error I made when first starting 
out
with the library. This library can not solve all the different localization 
tasks
when it comes to different character sets. I have removed the utf8_encode() 
from the
code and added the option to set the global charset yourself in the branch of 
version 2:

http://code.google.com/p/php-excel/source/browse/#svn/branches/version02

When invoking the library you may set a new parameter in the constructor:

$xls = new Excel_XML('ISO-8859-2');

All headers of the output document will be set accordingly. It'd be great if you
could check this with cyrillic charset - this will be difficult to test for me.

The best way, nonetheless, will be to deliver native UTF-8 in the input array ;)

Original comment by [email protected] on 10 Sep 2009 at 9:59

from php-excel.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
I will address this issue with a new version and/or a patch for version 1.

Original comment by [email protected] on 10 Sep 2009 at 12:26

  • Changed state: Accepted

from php-excel.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
I have removed the utf8_encode from version 1.1 which is available now in the
[http://code.google.com/p/php-excel/downloads/list download section] of the 
project.
Additionally you may set the desired encoding in the constructor of the file. 
See the
attached readme.txt for details.

I still need to validate this with other charsets.

Original comment by [email protected] on 10 Sep 2009 at 2:22

  • Changed state: Fixed

from php-excel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.