This topic is locked
[SOLVED]

 Build 370 - character set setting for templates

4/9/2008 7:08:58 AM
PHPRunner General questions
J
jacekq author

Hi,
I've met the problem with editing some international characters on ADD and EDIT pages prepared for polish language. They have been saved improperly. Browser coudn't sense characterset properly...

I think it's the problem with templates - they don't setup HTML Meta TAG. I think solution is to include that Meta tag based on $cCharset variable.
There should be additional statement in ADD.htm and EDIT.htm template files setting up characterset. Something like:

<meta http-equiv=content-type content="text/html; charset=$cCharset ">


Am I wrong?
Regards,

Jacek

Alexey admin 4/9/2008

Jacek,
PHPRunner adds Content-type HTTP headers to the pages so there is no need to duplucate this info in META tags.

Make sure you selected Polish regional settings on the Miscellaneous tab in PHPRunner.

Could you publish your project on Demo account (last tab in PHPRunner) and send a link to it to support@xlinesoft.com along with the problem description ?

I'll find what's wrong there inspecting your project at Demo Account server.