1
In my spare time I am working with the
XOOPS Cube module Xmobile. If I get it all figured out I will release it for Xoops. I have one question. There is a part that has these lines:
if(!defined('HTML_CODE')) define('HTML_CODE', 'SJIS');
if(!defined('CHARA_SET')) define('CHARA_SET', 'Shift_JIS');
if(!defined('SCRIPT_CODE')) define('SCRIPT_CODE', 'EUC-JP');
How can I change these for an English site?
I figure it is easier to ask than spend alot of time researching.
Thanks to anyone who can help.
John