KOI8
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) m |
(add link to RFC 1489 for KOI8-R) |
||
Line 5: | Line 5: | ||
'''KOI8''' is a family of 8-bit character encodings primarily for Cyrillic alphabets. Character codes 32-126 are identical with the corresponding ASCII characters. Cyrillic characters are ordered in phonetic correspondence to ASCII characters in the bottom half of the code table, not in native alphabetical order. The most widely used of these encodings is the Russian KOI8-R. | '''KOI8''' is a family of 8-bit character encodings primarily for Cyrillic alphabets. Character codes 32-126 are identical with the corresponding ASCII characters. Cyrillic characters are ordered in phonetic correspondence to ASCII characters in the bottom half of the code table, not in native alphabetical order. The most widely used of these encodings is the Russian KOI8-R. | ||
+ | |||
+ | == Specifications == | ||
+ | |||
+ | * [https://tools.ietf.org/rfc/rfc1489.txt IETF RFC 1489: Registration of a Cyrillic Character Set] (KOI8-R) |
Revision as of 22:03, 27 December 2014
KOI8 is a family of 8-bit character encodings primarily for Cyrillic alphabets. Character codes 32-126 are identical with the corresponding ASCII characters. Cyrillic characters are ordered in phonetic correspondence to ASCII characters in the bottom half of the code table, not in native alphabetical order. The most widely used of these encodings is the Russian KOI8-R.