ivan-berezhnov / php-excel-reader

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

php default+charset = "UTF-8" breaks utf-8 output #74

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.in php.in change default_charset ="UTF-8" and restart apache
2. try to parse out an excel file and you'll get your none western Latin
letters back as a unrecognized character 

this works fine if your default_charset ="iso-8859-1"

Original issue reported on code.google.com by bradmcma...@gmail.com on 23 Apr 2010 at 7:05