bastiam / php-excel-reader2

Automatically exported from code.google.com/p/php-excel-reader2
0 stars 0 forks source link

Encoding error. Fail special char #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make and xls file with à é è ...
2. try to echo $data->val(1,"A",0); on this xls
3. and you get this : changé , l’ ...

What is the expected output? What do you see instead?
i wanna get the same à é è !

What version of the product are you using? On what operating system?
Latest on windows XP with latest PHP on latest WAMP.

Please provide any additional information below.
Reader work when i did a "dump" but i just need to get cell with val and it 
doesn't work.

thx

Original issue reported on code.google.com by plex...@gmail.com on 6 Jul 2011 at 2:23

Attachments:

GoogleCodeExporter commented 8 years ago
This has to do with the encoding of you PHP file. Change it to ISO-8859-1 in 
for example Notepad+.

Original comment by endar...@gmail.com on 25 Aug 2011 at 7:18