1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-06 23:44:43 -04:00
elinks/src/intl
Kalle Olavi Niemitalo 8b8cd57941 Use new macro UCS_ORPHAN_CELL for broken double-cell characters.
UCS_ORPHAN_CELL is currently defined as U+0020 SPACE, which was
already used before this macro, so the behaviour does not change,
but the code seems clearer now.

I searched for ' ' and 32 and 0x20 and \x20, and replaced with
UCS_ORPHAN_CELL wherever UCS_NO_CHAR was involved.  However,
some BFU widgets first draw spaces and then overwrite with text;
those will require a more complex fix if UCS_ORPHAN_CELL is ever
changed to some other character.
2006-11-13 00:49:59 +02:00
..
gettext Fix linker warning on Mac OS X by prefixing locale_charset with "elinks_" 2006-11-04 08:46:45 +01:00
charsets.c Names of enum constants should be in upper case. 2006-11-12 14:51:18 +02:00
charsets.h Use new macro UCS_ORPHAN_CELL for broken double-cell characters. 2006-11-13 00:49:59 +02:00
codepage.inc Bug 381: Store codepage-to-Unicode mappings as dense arrays. 2006-09-24 16:55:29 +03:00
entity.inc Hmm, seem b.delta decided not to become 0x03B4 like it should 2006-01-10 15:39:11 +01:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
uni_7b.inc Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00