Hello, and much thanks in advance for any help you may be able to give!
I have been given some Croatian text to load into a website previously created and I am having issues getting all the characters to display correctly. Some characters do, some don't. I've been trying different codes and this seems to work best (but still as I mentioned won't show ALL characters correctly).
meta http-equiv="content-type" content="text/html; charset=windows-1250"
meta http-equiv="content-language" content="hr"
Doc type is:
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd"
This is just a basic html website, not xml or any php etc.
Oh, I have tried UTF-8, ISO-8859-2, but those two options seem to have a lesser success rate, more characters don't display correctly.
Any ideas?
Much Appreciation,
Lynne