[BUG] Malformed UTF-8 characters
Opened this issue · 5 comments
Deleted user commented
There was an error while loading this table. See the following:
Malformed UTF-8 characters, possibly incorrectly encoded
How to fix to read my tables with this encode?
QuintenJustus commented
Could you provide some more details?
omidMolaverdi commented
See this for example:
These are Arabic characters.
`
Idint(11) | Namemediumtext | Chlenint(11) | status | |
---|---|---|---|---|
2 | (???????)? ?????? ?????? ???? ?????? ?????? ????? | 49 | 0 | |
3 | /?????????? ????/??? ??????????? ??????? ?????????? ??????? ????????? ????? ????? | 81 | 0 | |
4 | /???? ?????? ???? ???? /? ??????? ?????? ????? ???? ????? | 57 | 0 | |
5 | /???? ?????? /???? ????? ???? ????? ??????? ????? ???? ??????? ????? | 68 | 0 | |
6 | /?????? / ??????? ???????? ???????? ?????? ???????? ????? | 57 | 0 | |
7 | /????? ???? ?????? /????? ??? ????? ???????????? ???????? ????????? ????????? ????? ????? | 89 | 0 | |
8 | /?????????/???? ????? ???? ????? ??????? ????? ???? ??????? ????? | 65 | 0 | |
9 | ]???? ??? ?????? ?????? ??????? ?????? ????? ????? | 50 | 0 | |
10 | 13????(??? ????????)? ??? ??????? ?????? ??? ? ?????? ?????? ?????????? ????? | 77 | 0 | |
11 | 1??? ???? ?????????? ??????? ?????? ??????? ???? ????? | 54 | 0 | |
12 | 2??? ?????? ??????? ?????? ??????? ???? ????? | 45 | 0 | |
13 | 2??? ????1????? ?? ???? ????? ??????? ?????? ??????? ???? ????? | 63 | 0 |
`
omidMolaverdi commented
hum, looks weird as it should be solved by adding charset="utf-8"
to the <script> tag (<script XXXX charset="utf-8">)
.
Probably an issue with the query, do you set SET NAMES 'utf-8'
in your query?
omidMolaverdi commented
Hi,
Is there any update on this thread?
QuintenJustus commented
Has been resolved.