Character Sets
In order for you to correctly view characters used in some languages other than
English, you will need to add a filename extension to your pages. The table below
show the list of available character sets that our server accepts.
| Charset | Extension |
| ISO-8859-1 | .latin1 |
| ISO-8859-2 | .latin2 |
| ISO-8859-3 | .latin3 |
| ISO-8859-4 | .latin4 |
| ISO-8859-5 | .latin5 |
| ISO-8859-6 | .latin6 |
| ISO-8859-7 | .latin7 |
| ISO-8859-8 | .latin8 |
| ISO-8859-9 | .latin9 |
| ISO-2022-JP | .jis |
| ISO-2022-KR | .kis |
| ISO-2022-CN | .cis |
| Big5 | .big5 |
| WINDOWS-1251 | .win-1251 |
| WINDOWS-1254 | .win-1254 |
| WINDOWS-1255 | .win-1255 |
| CP866 | .cp866 |
| KOI8-r | .koi8-r |
| KOI8-ru | .koi8-uk |
| ISO-10646-UCS-2 | .ucs2 |
| ISO-10646-UCS-4 | .ucs4 |
| UTF-8 | .utf8 |
File naming method
For example, if you needed to use the "WINDOWS-1251" charset then you would name your pages
like this:
yourpage.html.win-1251
Please note:
Non default charsets may not be used on an index page.
.htaccess method
The character set for your entire site or a certain directory can be changed by creating an ".htaccess"
file in the "htdocs" directory or one of it's subdirectories. Here is an example of this file for the
Hebrew character set:
AddDefaultCharset win-1255
|