I'm changing file ajax/javascript/requester.js:
this.commInterface.setRequestHeader("Content-Type", "text/html; charset=ISO-8859-1");
this.commInterface.setRequestHeader('Accept-Charset','ISO-8859-1');
to:
this.commInterface.setRequestHeader("Content-Type", "text/html; charset=ISO-8859-2");
this.commInterface.setRequestHeader('Accept-Charset','ISO-8859-2);
and ?? Steel dont working - on the page displaing iso-8859-1.
If unkomment code:
header('Content-type: text/html; charset=ISO-8859-1');
- in the shop displaing error (canot modify header .....).
Please help.