Method which requires HTTP daemon actionsThis method assumes that your browser recognizes
The server uses
HTTP/1.1 200 OK Date: Thu, 27 Nov 1997 18:55:52 GMT Server: Apache/1.3b3 Connection: close Content-Type: text/htmlFor Russian KOI8-R character set HTML documents, it will take the form: HTTP/1.1 200 OK Date: Thu, 27 Nov 1997 18:55:52 GMT Server: Apache/1.3b3 Connection: close Content-Type: text/html; charset=koi8-rinstead of default form. When your browser encounters this HTTP header line, it displays the document using KOI8-R character set (or font). The same words are true for text files too, in this case server must replace default text files header ... Content-Type: text/plainwith ... Content-Type: text/plain; charset=koi8-rfor text files in KOI8-R. To check if your browser support this method well, set its default encoding to ISO8859-1 or Western and try to load this example, then you'll see a Russian text if this method is supported, or some cryptic text if not supported. This test also checks for the HTTP over META bug. If you use Apache HTTPD, you can easily tune it to support this specification.
| |
|
KOI8-R Setup: OS & applications
(expanded below)
|