6.6. Iso 8859-x Mappings
We will first provide mappings from a ISO 8859-x character
to a unicode character. The source data is from
ftp://ftp.unicode.org/Public/UNIDATA/Mappings/Iso8859. We'll build an array of 256 (2 byte) integers for each
of the 8 bit ISO 8859-x standards. The unicode data doesn't
define values for the control characters 0-0x1F, 0x7f-0x9F,
which we will convert to their 16 bit equivalents.
Other undefined characters
will be represented by the replacement character 0xFFFD,
so that the mapping is total.
6.6.1. Conversion functions
6.6.2. Tables