Oto mam taki problem:
Dlaczego validator pokazuje mi cos takiego
Cytat
Sorry, I am unable to validate this document because on line 11 it contained one or more bytes that I cannot interpret as us-ascii (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.
Oto kod mojego pliku
[xml:1:02d58accd5]<?xml version="1.0" encoding="iso-8859-2"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?xml-stylesheet type="text/css" href="style.css"?>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<title>Tytul</title>
</head>
<body xml:lang="pl">
<div>Polskie literki ń</div>
</body>
</html>[/xml:1:02d58accd5]
Przeciez chyba dobrze podalem kodowanie polskich znakow?