Status
Not open for further replies.

cca1690

Active Member
453
2011
39
0
the charset of my web is: ISO-8859-15


I want to change to: UTF-8



when I do it from the admin panel becomes only the default charset "ISO-8859-15"


as they change? :(
 
6 comments
This happens in DLE 9.4! same thing is with me. But for temporary fix, i used direct ftp method

Open engine/data/config.php

Find:
Code:
'charset' =>
Specify the charset inside that

Eg:
ad4b8626a7.png
 
go to language folder and change to the charset and see your msql table charset is still use latin1 or other then change it to utf8 coz if not this will be econded more better is site utf-8 language utf-8 and msql table to use utf 8
 
This happens in DLE 9.4! same thing is with me. But for temporary fix, i used direct ftp method

Open engine/data/config.php

Find:
Code:
'charset' =>
Specify the charset inside that

Eg:
ad4b8626a7.png
in config.php says UTF-8 but from the admin panel says ISO-8859-15

and I can not change, I do?
 
set CHMOD for language/English (OR your current language)/website.lng and language/English (OR your current language)/adminpanel.lng to 666, then you can now change your charset in admin CP, the reason you can't change that because language files can't be written...
 
Status
Not open for further replies.
Back
Top