| View previous topic :: View next topic |
| Author |
Message |
mkkak
Joined: 14 May 2008 Posts: 13
|
Posted: Aug 01, 2008 6:32 pm Post subject: arabic Support for the html pages |
|
|
is ther anything to do to make the script support arabic inj html pages like main.html , upload etc
http://www.usharer.com/ |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Aug 04, 2008 7:04 am Post subject: |
|
|
Try this: in TCM/Session.pm replace
| Code: | print header(-cookie=> [@Cookies] ,
-type => 'text/html'); |
with
| Code: | print header(-cookie=> [@Cookies] ,
-type => 'text/html', -charset => 'utf-8'); |
You can use any other charset instead of utf-8.
Now codepage in browser should be selected correctly. |
|
| Back to top |
|
 |
mkkak
Joined: 14 May 2008 Posts: 13
|
|
| Back to top |
|
 |
|