06-06-2014, 07:58 AM
The config.inc.php file states $default_charset = 'UTF-8';
However as exlained before when I export records with special characters those characters end up being scewed up. Perhaps due to the fact that when I imported the database the first time, the csv file was not encoded in UTF-8, I chose ISO instead.
What would you recommend to do to convert the whole database back to UTF-8? If that is possible would I end up needing to correct manually those records with special characters?
However as exlained before when I export records with special characters those characters end up being scewed up. Perhaps due to the fact that when I imported the database the first time, the csv file was not encoded in UTF-8, I chose ISO instead.
What would you recommend to do to convert the whole database back to UTF-8? If that is possible would I end up needing to correct manually those records with special characters?