XFileSharing Free - arabic Support for the html pages

Message
Author
mkkak
Posts: 13
Joined: May 14, 2008 6:53 pm

arabic Support for the html pages

#1 Postby mkkak » Aug 01, 2008 6:32 pm

is ther anything to do to make the script support arabic inj html pages like main.html , upload etc

http://www.usharer.com/

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Aug 04, 2008 7:04 am

Try this: in TCM/Session.pm replace

Code: Select all

  print header(-cookie=> [@Cookies] ,
               -type  => 'text/html');
with

Code: Select all

  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.

mkkak
Posts: 13
Joined: May 14, 2008 6:53 pm

#3 Postby mkkak » Aug 05, 2008 12:01 am

thank you plaese reply on this to

http://www.sibsoft.net/forum/post3108.html#3108