Nn capisco se il problema č locale o meno.Hai istallato sul tuo pc il set di caratteri corretto?
Imposti il charset corretto? Nel caso prova una cosa del genere nella pagina di visualizzazione delle news:
qui eventualmente hai la lista dei charset. Cerca quelli relativi al cinese.codice:<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Eventualmente prova a dare una scorsa qui. Quoto la parte che dovrebbe interessartiA common strategy for applications built using MySQL 4.0 that needed to handle data in multi-byte character encodings (such as UTF-8) that were not supported natively was to simply store the data in VARCHAR fields (or TEXT, CHAR, etc). The application would either ignore the fact that MySQL would simply sort the data incorrectly for strings that weren't really in the character set that the server thought they were, or do the sorting in the application. That strategy worked fine, you just had to handle all of the encoding issues in your application, and you also lost the ability to take full advantage of MySQL's full-text searching.

Rispondi quotando