alathwary / php-excel

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

htmlentities function doesn't work #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Send a value with character "ñ" to AddRow method

What is the expected output? What do you see instead?
I expect the correct word "compañia"
I see a blank value 

What version of the product are you using? On what operating system?
excel-class 1.1
php 5.2.x
osx leopard 10.5.8

Thanks!

Original issue reported on code.google.com by perr...@gmail.com on 29 Sep 2009 at 3:00

GoogleCodeExporter commented 8 years ago
mmmmm... I think this issue is resolved using ISO-8859-1 instead UTF-8.

Original comment by perr...@gmail.com on 29 Sep 2009 at 4:30

GoogleCodeExporter commented 8 years ago
Version 1.1 already supports the remote setting of the encoding. UTF-8 is not 
required anymore for exporting 
data. When you create the data dump just use the correct/necessary encoding 
when calling the constructor.

Original comment by oliver.s...@gmail.com on 29 Sep 2009 at 6:44