From: John Darrington Date: Mon, 24 May 2010 09:41:01 +0000 (+0200) Subject: Entered some extra unicode box chars in the table X-Git-Tag: v0.7.6~407 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfd605f370a9bd8c6ab52d2f903bd1745136add6;p=pspp-builds.git Entered some extra unicode box chars in the table --- diff --git a/src/ui/gui/psppire-output-window.c b/src/ui/gui/psppire-output-window.c index 294ca128..9dd91913 100644 --- a/src/ui/gui/psppire-output-window.c +++ b/src/ui/gui/psppire-output-window.c @@ -561,6 +561,10 @@ struct glyph_pair table[] = { {0x2500, "box[1010]"}, {0x2534, "box[1011]"}, {0x252C, "box[1110]"}, + {0x2524, "box[0111]"}, + {0x251C, "box[1101]"}, + {0x253C, "box[1111]"}, + {0x2501, "box[2020]"}, {0x2503, "box[0202]"}, {0x253F, "box[2121]"}, @@ -571,7 +575,26 @@ struct glyph_pair table[] = { {0x2538, "box[1012]"}, {0x251D, "box[2101]"}, {0x2537, "box[2021]"}, - {0x252F, "box[2120]"} + {0x252F, "box[2120]"}, + + {0x250F, "box[2200]"}, + {0x251B, "box[0022]"}, + {0x2517, "box[2002]"}, + {0x2513, "box[0220]"}, + + {0x2528, "box[0212]"}, + {0x2520, "box[1202]"}, + {0x2533, "box[2220]"}, + {0x253B, "box[2022]"}, + {0x2519, "box[0021]"}, + + {0x2578, "box[0020]"}, + {0x257A, "box[2000]"}, + + {0x2523, "box[2202]"}, + {0x252B, "box[0222]"}, + + {0x2515, "box[2001]"}, };