Protoqol / Prequel

Prequel for Laravel. Clear and concise database management. Unfortunately, not actively maintained due to time constraints.

Home Page:https://packagist.org/packages/protoqol/prequel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Malformed UTF-8 characters

opened this issue · comments

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?

Could you provide some more details?

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

`

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?

Hi,

Is there any update on this thread?

Has been resolved.