jasonrogena / jasonrogena/php-excel-reader

non-ASCII characters

Open
#19 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
Dominant language
PHP
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```
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 `toss...@gmail.com` on 28 Apr 2009 at 9:14

Contributor guide

No contributing guide indexed for this repository

Research direction

Open excel_reader2.php around line 635 and reproduce the reported rendering of non-ASCII characters such as ľščťžý. Compare the output with the expected UTF-8 characters and verify that the correction described in the issue resolves the encoding problem.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.