[solved] Encoding and upgrade to 1.6.4
Posted: Thu Sep 03, 2009 12:59 pm
Hi all,
I am getting trouble with upgrading to 1.6.4 from 1.5.2 with my page encoding.
My database is in latin1 and working good on 1.5.2
When upgrading to 1.6.4 content of my page show wrong (displayed as utf-8 instead of latin1 ).
I have used the following settings :
set_names = false
default_encoding=''
admin_encoding='utf-8'
set_lang=''
note that my database is still in latin1 even after upgrade. From 2 installations of cmsms accessing the same database it works on 1.5.2 but not in 1.6.4 with the same config.php settings.
if I use default_encoding='iso-8859-1' or if I set encoding value to iso-8859-1 in the encoding value of my template it works ( encoding is set to NULL otherwise).
Can anyone explain to me exactly what have changed in 1.6.4 ?
Another thing is that I don't know where to change encoding in the admin frontend. I supposed it to be in the template edit page but I see field with it ?
Thanks for your help.
I am getting trouble with upgrading to 1.6.4 from 1.5.2 with my page encoding.
My database is in latin1 and working good on 1.5.2
When upgrading to 1.6.4 content of my page show wrong (displayed as utf-8 instead of latin1 ).
I have used the following settings :
set_names = false
default_encoding=''
admin_encoding='utf-8'
set_lang=''
note that my database is still in latin1 even after upgrade. From 2 installations of cmsms accessing the same database it works on 1.5.2 but not in 1.6.4 with the same config.php settings.
if I use default_encoding='iso-8859-1' or if I set encoding value to iso-8859-1 in the encoding value of my template it works ( encoding is set to NULL otherwise).
Can anyone explain to me exactly what have changed in 1.6.4 ?
Another thing is that I don't know where to change encoding in the admin frontend. I supposed it to be in the template edit page but I see field with it ?
Thanks for your help.