mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
12d66ff043
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. |
||
---|---|---|
.. | ||
7bit.cp | ||
7bitrepl.lnx | ||
8859_1.cp | ||
8859_2.cp | ||
8859_3.cp | ||
8859_4.cp | ||
8859_5.cp | ||
8859_6.cp | ||
8859_7.cp | ||
8859_8.cp | ||
8859_9.cp | ||
8859_10.cp | ||
8859_13.cp | ||
8859_14.cp | ||
8859_15.cp | ||
8859_16.cp | ||
cp437.cp | ||
cp737.cp | ||
cp850.cp | ||
cp852.cp | ||
cp866.cp | ||
cp1125.cp | ||
cp1250.cp | ||
cp1251.cp | ||
cp1252.cp | ||
cp1256.cp | ||
cp1257.cp | ||
entities.txt | ||
gen | ||
gen-7b | ||
gen-case | ||
gen-cp | ||
gen-ent | ||
index.txt | ||
kamen.cp | ||
koi8_r.cp | ||
koi8_ru.cp | ||
koi8_u.cp | ||
mac_lat2.cp | ||
macroman.cp | ||
README | ||
tcvn5712.cp | ||
tr7bit.awk | ||
utf8.cp | ||
viscii.cp |
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/.