need help with UTF-8 migration
Posted: Tue Nov 11, 2008 1:50 am
I have finally finished my long time upgrading process of 0.11.2 -> 1.2.5 -> and finally 1.4.1, but I still cannot let it work in the default UTF-8 mode, because all the special characters go crazy.
At the moment, I am using the following settings which works, but I would really like to use UTF-8 in the future.
It works, except for the menu characters, but I have to insert special characters into the menu manually.
I tried everything, but I don't understand why is my site different from the 1.4.1 default site, which works perfectly with all UTF-8 stuff.
I don't even understand why Edit template page sometimes has an option for selecting encoding, sometimes not. I did something and now it doesn't have the option to choose, but I had it before.
At the moment, I am using the following settings which works, but I would really like to use UTF-8 in the future.
Code: Select all
$config['default_encoding'] = 'windows-1250';
$config['admin_encoding'] = 'windows-1250';
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250" >
TinyMCE editor encoding set to numeric encoding
I tried everything, but I don't understand why is my site different from the 1.4.1 default site, which works perfectly with all UTF-8 stuff.
I don't even understand why Edit template page sometimes has an option for selecting encoding, sometimes not. I did something and now it doesn't have the option to choose, but I had it before.