I have problem with geonames.org database imported into MySQl. I use utf8_general_ci on table 'alternatenames', but have incorrect encoding on cyrillic names (for example, objects like Тур). Is there some good practice to make characters appear correctly?

有帮助吗?

解决方案

I solved this problem. I used utf8mb4 encoding (new standard of geonames encoding) instead of simple utf8. All cyrillic characters are correct now.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top