Saturday, 17 August 2013

HTML meta charset not working

HTML meta charset not working

At the beginning of my page I have the following code:
<HTML>
<head>
<meta charset="utf-8">
<title>
//other
I used the meta because I have to put in my webiste some japanese
characters. Here you can see an example:
<tr>
<td><label class="blacktd" onmouseover="apriimg('imgbox', '4');"> Shy Guy
Bazaar </label></td>
<td><a href="http://www.youtube.com/watch?v=kpmkZIcD7fc">2'03"007</a></td>
<td>‚»‚¤‚ß‚ñ</td> //look at here
<td><img src="http://mk7vrlist.altervista.org/flags/jp.gif" /></td>
<td>2013/06/30</td>
</tr>
I googled this and I saw that I simply need to put that tag with the
charset attribute. By the way my webpage shows %u305D%u3046%u3081%u3093
instead of "‚»‚¤‚ß‚ñ". Do you know why?

No comments:

Post a Comment