Thanks for this great script.
I try to translate script (Templates) to local language . but i am facing a problem in charset
i change it to my local charset but it returned back to western charst ... so characters appearing unknown characters ..
XFileSharing Free - Error in translation to other language
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
In index.cgi find this line:
and replace it with
replace utf-8 with your desired charser. Should help.
Code: Select all
print header( -type=>'text/html', -cookie=>$f->{cookies} );
Code: Select all
print header( -type=>'text/html', -cookie=>$f->{cookies}, -charset=>'utf-8' );