ISOcodes (version 2024.02.12)

ISO_8859: ISO 8859 Character Codes

Description

International Organization for Standardization (ISO) codes for 8-bit character encodings for use by computers. The data set gives the maps of the characters to Unicode (i.e., the respective ISO 10646 codes).

Usage

ISO_8859

Arguments

Format

A character array of dimension \(256 \times 15 \times 3\), with the first dimension corresponding to the character codes from 0 to 255 (0x00 to 0xff), the second to the parts of the ISO 8859 standard, and the third to the Unicode (ISO 10646) code and name, and the respective character.

Details

The ISO 8859, more formally ISO/IEC 8859, standard is divided into numbered, separately published parts, such as as ISO/IEC 8859-1, ISO/IEC 8859-2, etc., each of which may be informally referred to as a standard in itself. There are currently 15 parts as of 2006 excluding the abandoned ISO/IEC 8859-12 standard:

Part 1Latin-1 Western European
Part 2Latin-2 Central European
Part 3Latin-3 South European
Part 4Latin-4 North European
Part 5Latin/Cyrillic
Part 6Latin/Arabic
Part 7Latin/Greek
Part 8Latin/Hebrew
Part 9Latin-5 Turkish
Part 10Latin-6 Nordic
Part 11Latin/Thai
Part 13Latin-7 Baltic Rim
Part 14Latin-8 Celtic
Part 15Latin-9
Part 16Latin-10

References

https://en.wikipedia.org/wiki/ISO_8859

Examples

Run this code
## ISO 8859 characters at position 200 (number 199).
data("ISO_8859")
ISO_8859[200, , ]

Run the code above in your browser using DataLab