I'm trying to migrate a site to WordPress. The site is in Portuguese. The original site database contains Portuguese words. I can view the word 'Alérgicos' as 'Alérgicos' in the database via phpMyAdmin. But in site the same word is viewed as 'Alérgicos'.
Using WordPress functions I'm importing this data to the database of new site. Now in wp_terms table the word entering is exactly ' Alérgicos'. And in browser it is appearing as same 'Alérgicos'. So how can I change the display to 'Alérgicos' or how can I convert 'Alérgicos' to 'Alérgicos' during new db insert?