We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What steps will reproduce the problem? there is problem to show non ASCII characters (e.g.: ľščťžý..) What is the expected output? What do you see instead? showed: ľšÄ�ťžýáÃéúäôÅ� expected: ľščťžýáíéúäôň Please provide any additional information below. correction - excel_reader2.php (line 635): $val = htmlentities($val, ENT_NOQUOTES, 'UTF-8');
Original issue reported on code.google.com by [email protected] on 28 Apr 2009 at 9:14
[email protected]
The text was updated successfully, but these errors were encountered:
sorry, it's same issue as issue#8. Solution for charset=windows-1250 $data = new Spreadsheet_Excel_Reader($xls_file,1,'cp1250');
Original comment by [email protected] on 24 May 2009 at 1:31
Sorry, something went wrong.
I think my patch in #31 should cover this issue as well.
Original comment by [email protected] on 11 Jun 2009 at 8:08
No branches or pull requests
Original issue reported on code.google.com by
[email protected]
on 28 Apr 2009 at 9:14The text was updated successfully, but these errors were encountered: