From bfd605f370a9bd8c6ab52d2f903bd1745136add6 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Mon, 24 May 2010 11:41:01 +0200 Subject: [PATCH] Entered some extra unicode box chars in the table --- src/ui/gui/psppire-output-window.c | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) 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]"}, }; -- 2.30.2