Difficult to tell the server about the character encoding of a document
'Self-identifying' document:
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8">
<head>
<?xml version="1.0" encoding="UTF-16BE"?>
@charset "UTF-8";
Additional mechanism in HTML:
<a>
and
<link>
):
<a href=...
charset="UTF-8">
...</a>
35 of 107 |