| 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: 1055 Location: Undisclosed location
|
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 |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|