Apr 30 2008 Apr 30 2008
ACCENTI SBALLATI DOPO AGGIORNAMENTO A WORDPRESS 2.5 ACCENT AFTER UPDATE SBALLATI a WordPress 2.5
Hai aggiornato a Wordpress 2.5 e gli accenti sono impazziti? (un bel problema..) You upgraded to Wordpress 2.5 and accents are crazy? (A nice problem ..)
Ogni aggiornamento ad una nuova versione di Wordpress è sempre un trauma: c’è il timore infatti che i plugin installati non siano compatibili o il tema utilizzato faccia le bizze o, peggio ancora, che improvvisamente tutti gli accenti e le parole accentate vengano sostituiti da strani caratteri come questi: Any upgrade to a newer version of Wordpress is always a shock: there is a concern that the plugin installed are not compatible or used the theme make bizz or, worse yet, that suddenly all the accents and accented words are replaced by strange characters like these:
perchč, perň, caffč dov’č? because, however, dov'č coffee? č é C
E’ quello che mi è appena capitato aggiornando il mio vecchio Wordpress alla nuova versione, la 2.5. And 'what has just happened to me updating my old Wordpress to the new version, 2.5.
Ed ecco la soluzione: editate il file wp-config.php e sostituite la stringa And here's the solution: edit the file wp-config.php and replaced the string
define(’DB_CHARSET’, ‘UTF8′); define ( 'DB_CHARSET', 'UTF8');
con with
define(’DB_CHARSET’, ‘latin1′); define ( 'DB_CHARSET', 'latin1');
Tutto qui… Everything here ...
! commento a “ACCENTI SBALLATI DOPO AGGIORNAMENTO A WORDPRESS 2.5” Commentary on "ACCENT AFTER UPDATE SBALLATI a WordPress 2.5"
Trackback URI | Comments RSS Trackback URI | Comments RSS










grazie per la soluzione! thanks for the solution!