Website encoding
Modern notation:
ISO_8859-2 <meta charset="iso-8859-2"> - More infoWindows-1250 <meta charset="windows-1250"> - More info"); ?>
UTF-8 (We recommend this one)<meta charset="UTF-8"> - More info
Legacy notation
<meta http-equiv="content-type" content="text/html;charset=iso-8859-2"><meta http-equiv="content-type" content="text/html;charset=windows-1250">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
Wrong encoding:

Correct encoding:
