admin
This is second time I come to strange problem. In html code, inside header tag, I setup page encoding to ISO-8859-1:
meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"
When I opened page in browser, it showing me some strange characters(ttis was page about some french products), and the problem is because browser render page using utf-8 encoding. Because I have no control over content,...