Problems with foreign characters
-
When I create a new category or enter a new blog post and I use foreign characters e.g. ??????, etc. they are not stored with I save the new category, post or page.
I have checked the database, the table, connection, fields are all UTF8. The template front as well as backend are UTF8. The module mbstring.so is installed on the server.
I checked the log files but nothing is there, except for some missing image, which is much less of a problem.
As suggested on some forums I’ve also commented out with no success:
/** Database Charset to use in creating database tables. */
// define(‘DB_CHARSET’, ‘utf8’);
/** The Database Collate type. Don’t change this if in doubt. */
// define(‘DB_COLLATE’, ”);Anyone has any clue what it could be and where to look to resolve this issue?
- The topic ‘Problems with foreign characters’ is closed to new replies.