chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / vt102_charset.c
index 1835455b6887ddc1ad381a8145bf16f715020c9b..43e6012f3e8e267bf98653e8ec3a272e16daf499 100644 (file)
@@ -11,6 +11,12 @@ static char rcsid[] =
 
 /*
  * $Log$
+ * Revision 1.4  2008/02/27 00:54:16  james
+ * *** empty log message ***
+ *
+ * Revision 1.3  2008/02/27 00:27:22  james
+ * *** empty log message ***
+ *
  * Revision 1.2  2008/02/26 23:56:12  james
  * *** empty log message ***
  *
@@ -67,24 +73,24 @@ uint32_t vt102_charset_vt52[VT102_CHARSET_SIZE] = {
   [0x5f] = 0x25ae,
   [0x60] = 0x25ae,
   [0x61] = 0x25ae,
-  [0x62] = 0x215f, 
-  [0x63] = '3',          // 3/
-  [0x64] = '5',   // 5/
-  [0x65] = '7',   // 7/
+  [0x62] = 0x215f,
+  [0x63] = '3',                 // 3/
+  [0x64] = '5',                 // 5/
+  [0x65] = '7',                 // 7/
   [0x66] = 0x00b0,
   [0x67] = 0x00b1,
   [0x68] = 0x2192,
   [0x69] = 0x2026,
   [0x6a] = 0x00f7,
   [0x6b] = 0x2193,
-  [0x6c] = 0x25ba, //bar scan 0
-  [0x6d] = 0x23ba, 
-  [0x6e] = 0x25ba, //bar scan 2
-  [0x6f] = 0x23bb, 
-  [0x70] = 0x23bb, //bar scan 4
-  [0x71] = 0x2500, 
-  [0x72] = 0x23bc, //bar scan 6
-  [0x73] = 0x23bc, 
+  [0x6c] = 0x23ba,              //bar scan 0
+  [0x6d] = 0x23ba,
+  [0x6e] = 0x23bb,              //bar scan 2
+  [0x6f] = 0x23bb,
+  [0x70] = 0x2500,              //bar scan 4
+  [0x71] = 0x23bc,
+  [0x72] = 0x23bd,              //bar scan 6
+  [0x73] = 0x23bd,
   [0x74] = 0x2080,
   [0x75] = 0x2081,
   [0x76] = 0x2082,