Encoding
When creating your Internet presentation often encounter a problem that has brought into the world of the Internet Czech language. It is the wrong display of Czech characters, or badly written in Czech in the messages sent from the forms on your site.
Each generated page can have different characteristics and one of them is the encoding of the displayed text according to the specified code page.
In General, the text in the HTML code must be written in the same encoding as encoding is specified in the properties of the page. If you write a page in a normal text editor, useful for encoding specification pages of standard windows-1250.
The Meta tag with the specified encoding then you are in the header of the page.
An example of a Meta tag:
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1250">
</head>