Forum Discussion
Cyrylic display issue
- Anonymous4 years ago
Hi Revenant ,
You may try to convert it in your MySQL Table. Hope these links could help:
How to convert a MySQL database to UTF-8
MySQL: Converting an incorrect latin1 column to utf8 | NicJ.net
Mysql: Convert encoding to UTF8 without garbled data (Example)
Or try functions to specifies the text encoding type.
TextEncoding.Type - PowerQuery M | Microsoft Docs
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Revenant ,
You may try to convert it in your MySQL Table. Hope these links could help:
How to convert a MySQL database to UTF-8
MySQL: Converting an incorrect latin1 column to utf8 | NicJ.net
Mysql: Convert encoding to UTF8 without garbled data (Example)
Or try functions to specifies the text encoding type.
TextEncoding.Type - PowerQuery M | Microsoft Docs
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
TextEncoding.Utf8 was the solution. Thank you very much!