Encoding problems

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
DiG
Posts: 29
Joined: Tue 18. May 2004, 13:13
Location: Russian Federation, Tyumen, Western Siberia

Encoding problems

Post 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.

:arrow: P.S.:
Sorry for my bad English.
Let's make this world better.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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"
DiG
Posts: 29
Joined: Tue 18. May 2004, 13:13
Location: Russian Federation, Tyumen, Western Siberia

Post 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'
Let's make this world better.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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'
DiG
Posts: 29
Joined: Tue 18. May 2004, 13:13
Location: Russian Federation, Tyumen, Western Siberia

Post by DiG »

DeXXus, respect!
Now it's work right. Thank you!
Let's make this world better.
ganesha
Posts: 29
Joined: Mon 13. Dec 2004, 18:45
Location: Italy
Contact:

Post 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 :idea: ?
Last edited by ganesha on Fri 8. Apr 2005, 10:10, edited 1 time in total.
ganesha
Posts: 29
Joined: Mon 13. Dec 2004, 18:45
Location: Italy
Contact:

Post by ganesha »

no idea?
ganesha
Posts: 29
Joined: Mon 13. Dec 2004, 18:45
Location: Italy
Contact:

Post by ganesha »

up
Post Reply