rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: Night_Raven on February 28, 2006, 03:28:54 PM

Title: Cyrilic encoding. How?
Post by: Night_Raven on February 28, 2006, 03:28:54 PM
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?
Title: Cyrilic encoding. How?
Post by: rejetto on February 28, 2006, 04:04:03 PM
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