Loading Leads in Cyrillic
Added by Kirill Ragimov about 5 years ago
Good afternoon, I ran into the problem of loading contacts with Cyrillic, namely UTF-8, which I did, transcoded the database into the desired encoding and set up /etc/my.cnf.d/
[client]
...
default-character-set = utf8
...
[mysql]
...
default-character-set = utf8
...
[mysqld]
...
collation-server = utf8_unicode_ci
init-connect = 'SET NAMES utf8'
character-set-server = utf8
...
but after loading the leads I get this result
Have you encountered such a problem?
Replies (3)
RE: Loading Leads in Cyrillic
-
Added by Kirill Ragimov about 5 years ago
The question is removed, I was able to solve the problem.
RE: Loading Leads in Cyrillic
-
Added by Kirill Ragimov about 5 years ago
Kirill Ragimov wrote:
The question is removed, I was able to solve the problem.
I supplement, the solution is to delete all utf8_encode encountered in goUploadMe.php files, just to correctly download the sheet, you need to do the same with goListExport.php file
RE: Loading Leads in Cyrillic
-
Added by Kristian Antiligando about 5 years ago
Hello,
Good to hear that. Anyways, thank you for sharing this with us.
Regards,