I have written some Croatian language in my page. But when looking at the results some unsupported text is not coming to the browser. Is it "?"
I recommend using.
You should also convert your HTML files into UTF-8 character set (without BOM) for example you can use Notepad ++.
I have tested the following code and it is working:
& lt; Html & gt; & Lt; Top & gt; & Lt; Title & gt; Title & lt; / Title & gt; & Lt; Meta http-equiv = "content-type" content = "text / html; charset = UTF-8" /> & Lt; / Head & gt; & Lt; Body & gt; Your & lt; / Body & gt; & Lt; / Html & gt;
Comments
Post a Comment