view etc/letter.xpm @ 49656:46090ea2c5c3

(string_to_multibyte): New function. (Fstring_to_multibyte): New function. (syms_of_fns): Defsubr it.
author Kenichi Handa <handa@m17n.org>
date Sun, 09 Feb 2003 08:37:36 +0000
parents 292640c5a4d0
children bc20bf61a6e9
line wrap: on
line source

/* XPM */
static char * letter_xpm[] = {
"14 10 2 1",
".	c #000000",
" 	c #FFFFFF",
"..............",
"...        ...",
".  .      .  .",
".   .    .   .",
".    ....    .",
".   . .. .   .",
".  .      .  .",
". .        . .",
"..          ..",
".............."};