How to make the website show signs like “č” and “ć”?
问题 I'm making a website that is in Croatian, and I need to use signs like: "č", "ć", "ž", "đ" and "š". They are currently displayed as little boxes. Info: I use Notepad ++. I set the encoding there to UTF-8. I put the following line of HTML in: <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> However, it does not work. Even Notepad ++ can't display my characters using UTF-8, so that would suggest that I should probably use something else... 回答1: http://webdesign.maratz.com