Internet Explorer is not supported. Please upgrade to a more modern browser.
Hi,
Some websites which were created before 2.0.0 pre-release 10, which were then updated to pre-release 10, may have experienced issues with UTF characters (non-latin characters) getting lost during the upgrade.
If you upgrade to pre-release 11, any topics created up until pre-release 9 should be fixed.
However, topics with non-Latin characters that were created during pre-release 10 may experience further issues upon upgrading to pre-release 11.
If this is the case, upon upgrading to 2.0.0 pre-release 11, you can add the following option to the fileĀ core/config.php:
'mysql' => array(
...
'initialise_charset' => true,
),
...
Sadly there is currently no official character support within Nameless for topics created in pre-release 9 andĀ topics created in pre-release 10 at the same time.