This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Default encoding


avatar
MaHeTa 0
From: -
Default encoding

How i can change encoding to Windows-1251 and should be correct works with Russian?

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Default encoding
avatar
0
From: -
Default encoding

Originally posted by Philipp:
Have you replaced all htmlentities with htmlspecialchars?

Now I have.. Smiling Face (i should have read before asking:)
Working perfect now. Thank you.
1 Re: Default encoding
avatar
Administrator
1340
From: Vienna, Austria
Default encoding

Have you replaced all htmlentities with htmlspecialchars?

This issue is no longer present in the upcoming version 2.0 after the new version is using htmlspecialchars and allows setting the default encoding directly in the admin section.
1 Re: Default encoding
avatar
0
From: -
Default encoding

Originally posted by yura369:
Hello.

I still have problems with cyrilic in admin area.When i try to edit some text i get "Ïìîðìðìîðìîì" instead russian letters.Can someone help me to solve the problem?


I have same problem with encoding when trying to edit later.
1 Re: Default encoding
avatar
0
From: -
Default encoding

Hello.

I still have problems with cyrilic in admin area.When i try to edit some text i get "Ïìîðìðìîðìîì" instead russian letters.Can someone help me to solve the problem?
1 Re: Default encoding
avatar
0
From: -
Default encoding

Iam everywhere tiping windows-1251 but when adding comment or answer to forum still trouble with problems with Cyrillic alphabet coding(in Russian )



Open all files and replace:

htmlentities


with:

htmlspecialchars


Good CMS Grinning Face
1 Re: Default encoding
avatar
Administrator
1340
From: Vienna, Austria
Default encoding

Can you show me an example?
1 Re: Default encoding
avatar
OP 0
From: -
Default encoding

Iam everywhere tiping windows-1251 but when adding comment or answer to forum still trouble with problems with Cyrillic alphabet coding(in Russian )
[Edited by MaHeTa on 2006-02-15 16:40:46]
1 Re: Default encoding
avatar
Administrator
1340
From: Vienna, Austria
Default encoding

Open the template site_header in the template editor and replace:

<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />

with:

<meta http-equiv="Content-Type" content="text/html;charset=Windows-1251" />

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.