Hello guys, I want to know how can I change my HTML to utf-8 code on gmod.
I tried:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> but some letters from my language stay like a big ?
I'm from Brasil (PT-BR)
[t]http://i.imgur.com/HBAFQIa.png[/t]
[QUOTE=Robotboy655;46693659][t]http://i.imgur.com/HBAFQIa.png[/t][/QUOTE]
It's not the .html that is "corrupted". The problem is inside the game (showing html)
My HTML code:
[QUOTE]
<html>
<head><meta http-equiv="Content-Type" content="text/html;charset=utf-8"></head>
<body bgcolor="WHITE">
<center><font face='verdana' color='green' size = '30'>CLÃ | BR - TABELAS DE PUNIÇÕES</font></center><br>
<center><table BORDER=1, width = "70%">
<tr>
<td width = "10%"><center>Infração</center></td>
<td width = "10%"><center>Punimento</center></td>
<tr>
<tr>
<td><center>Indicar a posição dos props (Dedar)</center></td>
<td><center>5x minutos</center></td>
</tr>
<tr>
<td><center>Sprays pornos/Ofensivos/Nudez/erótico</center></td>
<td><center>5x minutos</center></td>
</tr>
<tr>
<td><center>Desrespeito a outros players</center></td>
<td><center>10x minutos</center></td>
</tr>
<tr>
<td><center>Desrespeito a admins</center></td>
<td><center>1x dias</center></td>
</tr>
<tr>
<td><center>Promover outros servers</center></td>
<td><center>1x dias</center></td>
</tr>
</table></center>
<center><table BORDER=1, width = "70%">
<tr>
<td><center>x representa o número de vezes banido</center></td>
</tr>
</table></center>
</body>
</html>
[/QUOTE]
[QUOTE=Noi;46696424]It's
[code]<meta charset="utf-8"/>[/code][/QUOTE]
Didn't work
Sorry, you need to Log In to post a reply to this thread.