Hello!
I'm trying to import XML file to Woocommerce, but I faced a problem: all Cyrillic symbols are converted to UTF-8/HTML codes. So, in admin panel it looks right, but search doesn't work at all.
In data base I see something like that:
Розетка - Р ;о ;з ;е ;т ;к ;а
instead of Russian text.
XML file is manually converted to UTF-8 without BOM by Notepad++. MySQL database is UTF-8 too.
What can I attempt to resolve this problem?
Thanks!