mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
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.
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/.