by DomeDan » Mon Jun 03, 2013 6:28 am
Might be a bad file you got, open up the file in notepad and notepad++, does those show the bad characters?
I had a similar issue once, I had to do a search-and-replace in the file, copy the bad character and replace it with ü
or you can do it in mysql, this is what I had to do because I didn't notice the bad fields before I imported it and started using it:
SET first_name = REPLACE(first_name,'Ø','Ø') WHERE list_id = '1234' and first_name like '%Ø%';
In my case Ø was displayed as Ø in the mysql table
Vicidial Partner. Region: Sweden/Norway.
Does Vicidial installation, configuration, customization, add-ons, CRM implementation, support, upgrading, network-related, pentesting etc. Remote and onsite assistance.
Email: domedan (at) gmail.com