view etc/images/smilies/forced.xpm @ 108982:99288c087e4b

Derive bidi type table from UnicodeData.txt. src/bidi.c (bidi_initialize): Remove explicit initialization of bidi_type_table; include biditype.h instead. Don't support entries whose second codepoint is zero. src/biditype.h: New file. admin/unidata/biditype.awk: New file. admin/unidata/Makefile.in (../../src/biditype.h): New target. admin/unidata/makefile.w32-in (../../src/biditype.h): New target.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 12 Jun 2010 17:15:25 +0300
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * forced_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".+++++++++++.",
".++..+++..++.",
".++..+++..++.",
".+++++++++++.",
".+++++++++++.",
".+.+++++++.+.",
".+.+++++++.+.",
".+.........+.",
".+++++++++++.",
" ...+++++... ",
"   .......   "};