Page 1 of 1
Encoding problems
Posted: Fri 30. Jul 2004, 21:27
by DiG
Question:
Where and how to fix problem with encoding page in admin area?
Description:
I choose language of admin area as russian. But when I login encoding automaticle changes to Japanes.
P.S.:
Sorry for my bad English.
Posted: Fri 30. Jul 2004, 22:06
by DeXXus
I don't believe there is any Japanese language support ~YET~
What charset are you choosing with language in "config.inc.php"?
Code: Select all
// other stuff
$phpwcms["default_lang"] = "ru"; //default language
$phpwcms["charset"] = "utf-8"; //default charset "iso-8859-1"
Posted: Fri 30. Jul 2004, 22:22
by DiG
I saw, what I saw. And it is a fact.
$phpwcms["default_lang"] = "ru"; //default language
$phpwcms["charset"] = "windows 1251"; //default charset 'iso-8859-1'
Posted: Fri 30. Jul 2004, 23:19
by DeXXus
DiG wrote:I saw, what I saw. And it is a fact.
$phpwcms["default_lang"] = "ru"; //default language
$phpwcms["charset"] = "windows 1251"; //default charset 'iso-8859-1'
Try this (needs the "dash"):
$phpwcms["charset"] = "windows-1251"; //default charset 'iso-8859-1'
Posted: Tue 3. Aug 2004, 06:35
by DiG
DeXXus, respect!
Now it's work right. Thank you!
Posted: Tue 5. Apr 2005, 19:29
by ganesha
I have a similar problem:
Not always, but often, my encoding settings go to Japanese
It happens either with IE6 or FF1.0.2
these are my phpwcms settings:
Code: Select all
$phpwcms["default_lang"] = "it"; //default language
$phpwcms["charset"] = "iso-8859-1"; //default charset 'iso-8859-1'
any

?
Posted: Wed 6. Apr 2005, 11:54
by ganesha
no idea?
Posted: Fri 8. Apr 2005, 10:10
by ganesha
up