Entered some extra unicode box chars in the table
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 24 May 2010 09:41:01 +0000 (11:41 +0200)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 24 May 2010 16:27:38 +0000 (09:27 -0700)
src/ui/gui/psppire-output-window.c

index 294ca1285adc34fe3b316e81199325abc53bae5c..9dd9191398ac9788d8b14f2a0108f759b1640e2f 100644 (file)
@@ -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]"},
 };