takze co kdyby byly takto:
pro windows-1250
[b]
<?xml version="1.0" encoding="windows-1250"?> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";> 
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="cs"> 
<head>
<meta name="generator" content="PSPad editor, www.pspad.com" /> 
<meta http-equiv="content-type" content="text/html; charset=windows-1250" />


<title></title>

</head> 
<body>



</body> 
</html>
[/b]

pro ISO 8859-2
[b]
<?xml version="1.0" encoding="ISO 8859-2"?> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";> 
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="cs"> 
<head>
<meta name="generator" content="PSPad editor, www.pspad.com" /> 
<meta http-equiv="content-type" content="text/html; charset=ISO 8859-2" />


<title></title>

</head> 
<body>



</body> 
</html>
[/b]

a pro UTF-8
[b]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";> 
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="cs"> 
<head>
<meta name="generator" content="PSPad editor, www.pspad.com" /> 
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />


<title></title>

</head> 
<body>



</body> 
</html>
[/b]

-- 
<http://forum.pspad.com/read.php?1,35748,35897>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem