1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00
Kalle Olavi Niemitalo 12d66ff043 Bug 932: Redisable 0x80...0x9F mappings in some charsets.
Bug 932 is about ELinks letting control characters 0x80...0x9F through
to the terminal.  It did not occur with ISO 8859-1, 8859-2, 8859-15,
or 8859-16, because the ELinks mappings for those charsets did not
include those bytes.  However, the www.unicode.org versions imported
in the previous commit do include the problematic bytes.

To avoid a possible regression before the ELinks 0.12.0 release,
comment those control-character mappings out again.  This workaround
should be reverted after bug 932 has been fixed properly.
2008-10-11 15:35:34 +03:00
..
gen
2005-10-21 09:14:07 +02:00
2007-02-03 23:25:16 +02:00
2008-10-11 15:35:09 +03:00
2007-02-03 19:51:45 +02:00
2005-10-21 09:14:07 +02:00

This contains charset definitions and convert tables. If you'll change
anything, run ./gen - it will regenerate the header files and place them inside
src/intl/.