Files
apache-http-server/docs/docroot
Lars Eilebrecht acf69a1640 Add multi language error documents.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90347 13f79535-47bb-0310-9956-ffa450edef68
2001-08-19 00:59:53 +00:00
..
2001-08-19 00:59:53 +00:00
2001-05-30 10:27:24 +00:00
2001-02-19 05:06:52 +00:00
2001-05-04 00:01:18 +00:00
2001-02-28 10:57:26 +00:00

Apache test page, russian translation by Pavel Polischouk <pavelp@iil.intel.com>
Different russian encodings provided:

 Name		   iconv's codepage

+index.html.dos  - CP-866 aka ibm866; used by DOS and OS/2. 
*index.html.iso  - ISO-8859-5
*index.html.koi  - KOI8-R; used by UNIX flavours and Mac.
 index.html.ucs2 - UCS-2 aka UNICODE aka UNICODEBIG aka UTF-16
 index.html.ucs4 - UCS-4
*index.html.utf8 - UTF-8
*index.html.win  - CP-1251 aka windows-1251 aka MS-CYRILLIC; used by Windows

* - supported by Netscape 4.72. 
+ - Netscape is supposed to support this encoding, but fails to 
read this page on Linux. Should be OK on systems like DOS and OS/2 where this
encoding is the default.
Does anyone need the UCS-2 and UCS-4?