view etc/images/sort-column-ascending.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 ed7704221f2b
children
line wrap: on
line source

/* XPM */
static char * stock_sort_column_ascending_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #000000",
"                        ",
"                        ",
"    ...                 ",
"   . ..                 ",
"     ..                 ",
"     ..                 ",
"     ..                 ",
"     ..                 ",
"     ..                 ",
"   .....   .            ",
"                        ",
"           .            ",
"                        ",
"           .            ",
"    ....                ",
"   ..  ..               ",
"   ..  ..               ",
"   ..  ..               ",
"    .....               ",
"       ..               ",
"   .  ...               ",
"   .....                ",
"                        ",
"                        "};