russian language in ticket system problem

kirill

New member
Joined
Mar 8, 2005
Messages
3
All text in tickets are in unicode. For example:
Subject: test Today at 01:04
проблема
From: admin

This message looks like #1087;#1088;#1086;#1073;
And so on

How can i solve this problem?
Thanks
 
Hello,

Is the encoding set in the skin package? This is required in order for characters to be saved and shown correctly.

Example, for english, the encodig is set in:
/usr/local/directadmin/data/skins/enhanced/lang/en/lf_standard.html

in the variable:
LANG_ENCODING=iso-8859-1

John
 
Hello, John!

On my first server:
/usr/local/directadmin/data/skins/enhanced/lang/en/lf_standard.html
set LANG_ENCODING=iso-8859-1, but cyrillic symbols is correctly visible.

On my second server:
/usr/local/directadmin/data/skins/enhanced/lang/en/lf_standard.html
set LANG_ENCODING=iso-8859-1 and cyrillic symbols is not correctly visible.
I set LANG_ENCODING=windows-1251 and restart directadmin, but cyrillic symbols is not correctly visible.
 
also confirm that "en" is the language your using. I used english as an example.. if you're using something else like "ru", then change the path accordingly. Past that, I'm not terribly farmiliar with foreign charactersets.

John
 
Back
Top