rejetto forum

Cyrilic encoding. How?

Guest · 2 · 3883

0 Members and 1 Guest are viewing this topic.

Night_Raven

  • Guest
I edited the HFS template to my taste. Unfortunately anything written in cyrilic format is shown with strange symbols. As soon as I switch IE settings to Cyrilic encoding, everything is fine. Is there a way to make IE (and other browsers) open this server with Cyrilic encoding as the default one INSTEAD of Western?


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
it is an HTML problem

inside <head> you got to type something like this
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

you just have to put the correct charset, the one you are using

you may also decide to use UTF-8, but then your file should be saved in this format