11 lines
260 B
HTML
11 lines
260 B
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||
<title>No encoding declaration in parent or child</title>
|
||
</head>
|
||
<body>
|
||
<p>Hiragana letter a if decoded as ISO-2022-JP: $B$"(B</p>
|
||
</body>
|
||
</html>
|
||
|