1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00
elinks/Unicode
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
..
7bit.cp Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
7bitrepl.lnx Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
8859_1.cp Bug 932: Redisable 0x80...0x9F mappings in some charsets. 2008-10-11 15:35:34 +03:00
8859_2.cp Bug 932: Redisable 0x80...0x9F mappings in some charsets. 2008-10-11 15:35:34 +03:00
8859_3.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
8859_4.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
8859_5.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
8859_6.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
8859_7.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
8859_8.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
8859_9.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
8859_10.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
8859_13.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
8859_14.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
8859_15.cp Bug 932: Redisable 0x80...0x9F mappings in some charsets. 2008-10-11 15:35:34 +03:00
8859_16.cp Bug 932: Redisable 0x80...0x9F mappings in some charsets. 2008-10-11 15:35:34 +03:00
cp437.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
cp737.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
cp850.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
cp852.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
cp866.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
cp1125.cp Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
cp1250.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
cp1251.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
cp1252.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
cp1256.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
cp1257.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
entities.txt Hmm, seem b.delta decided not to become 0x03B4 like it should 2006-01-10 15:39:11 +01:00
gen Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
gen-7b Make unicode_7b[] static const. 2007-02-03 23:25:16 +02:00
gen-case Relicense my Perl scripts to ISC license 2008-03-23 13:28:06 +02:00
gen-cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
gen-ent Make entities[] static const. 2007-02-03 19:51:45 +02:00
index.txt Internally rename the utf_8 codepage to utf8. 2006-09-17 16:23:17 +03:00
kamen.cp Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
koi8_r.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
koi8_ru.cp Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
koi8_u.cp Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
mac_lat2.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
macroman.cp Refresh charsets from www.unicode.org. 2008-10-11 15:35:09 +03:00
README Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
tcvn5712.cp Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
tr7bit.awk Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
utf8.cp Internally rename the utf_8 codepage to utf8. 2006-09-17 16:23:17 +03:00
viscii.cp Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +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/.