Page 1 of 1

How to enforce my browse

Posted: Sat Dec 17, 2005 4:29 pm
by AboAyoob
I translate my CMS admin Control panel to ARABIC and you now that language files are independent and called by define syntax
I'm using Arabic encoding windows-1256 , Right to Left
My translation worked fine,
But each time I run my CMS , I should change my browser encoding to view Arabic characters

1- In which files should I define my language encoding? To be charset=windows-1256

2- How to enforce my browse to use selected language type

Such as, I want my browser always use Arabic encoding, charset=windows-1256 with my CMS

Re: How to enforce my browse

Posted: Sun Dec 18, 2005 4:28 am
by Ted
CMSMS 0.11 is designed to be UTF-8, however there are ways around this.

1. Obviously (which you've already done), set the encoding in your arabic admin/lang/*.nls.php file.
2. In config.php, set both the default_encoding and admin_encoding to windows-1256.
3. Clear the cache in Site Admin->Global Settings

That should fix any problems you are having.