1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00

UTF-8, add_char_data: Comment about UCS_NO_CHAR.

This commit is contained in:
Kalle Olavi Niemitalo 2007-05-19 14:16:00 +03:00 committed by Kalle Olavi Niemitalo
parent 84b7bc3db7
commit 5b3ec40a3b

View File

@ -495,7 +495,8 @@ add_char_data(struct string *screen, struct screen_driver *driver,
* defined 1 0 UTF-32 UTF-8
* defined 1 1 enum border_char border unibyte
*
* For "UTF-32" above, the data can also be UCS_NO_CHAR.
* For "UTF-32" above, screen_char.data can also be UCS_NO_CHAR,
* but add_char_data() is not called in that case.
*/
if (border && driver->opt.frame && data >= 176 && data < 224)