| |
| |
Changing the Default Character Set (Windows)
| Reference Number: AA-00267 Created: 2012-09-19 18:22 Last Updated: 2012-10-02 06:37 |
0 Rating/ Voters
|
    |
Answer: All you need to do to change the default character set for
your web page is to add a character set declaration within the HEAD of
your HTML document. Please see the examples below:
Turkish:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
Polish:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
For more information on defining character encodings for your documents, you can refer to the w3.org site.
|
| |
|