EMLH doesn't change codepage
- You cannot open a new topic into this forum
- Guests cannot post into this forum
msg# 1
Hello,
I'm using EMHL for a 4 language website. But I noticed that EMHL doesn't change codepage of pages. It works perfect with tags and changes xoops language but doesn't change codepage. It uses default xoops language's codepage only.
Any idea?
here is my config:
define('EASIESTML_LANGS','tr,en,fr,hy');
define('EASIESTML_LANGIMAGES','images/turkish.gif,images/english.gif,images/french.gif,images/armenian.gif');
define('EASIESTML_LANGNAMES','in turkish,in english,in french,in armenian');
define('EASIESTML_ACCEPT_CHARSET_REGEXES',',/shift_jis/i');
define('EASIESTML_ACCEPT_LANGUAGE_REGEXES','/^tr/,/^en/,/^fr/,/^hy/');
define('EASIESTML_CHARSETS','ISO-8859-9,ISO-8859-1,ISO-8859-1,UTF-8');
define('EASIESTML_IMAGETAG','mlimg');
define('EASIESTML_NEVERCROSSREGEX','/\<\/table\>/');
define('EASIESTML_COOKIELIFETIME',365*86400);
define('EASIESTML_DEFAULT_LANG',0);
Votes:9
Average:8.89
msg# 1.1
hi coolman7.
I don't know "codepage".
Do you mean $xoopsConfig['language'] ?
If true, read this.
http://xoops.peak.ne.jp/md/d3forum/index.php?topic_id=2768#post_id10317I recommend sysUtils, if you don't use any cache.
Votes:14
Average:8.57
msg# 1.2
Hi,
I mean "charset" with "codepage".
By the way I'm using xoops 2.0.18
Votes:11
Average:10.00
msg# 1.2.1
Quote:
coolman7 wrotes:
I mean "charset" with "codepage".
By the way I'm using xoops 2.0.18
EMLH never change charset in HTTP/HTML header.
If you want that, use ML system switching $xoopsConfig['language'] like "SysUtils".
Votes:8
Average:10.00