[BACK]Return to chars.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/chars.c between version 1.75 and 1.76

version 1.75, 2018/08/21 01:59:22 version 1.76, 2018/08/21 16:06:48
Line 83  static struct ln lines[] = {
Line 83  static struct ln lines[] = {
         { "sh",                 "#",            0x0023  },          { "sh",                 "#",            0x0023  },
         { "CR",                 "<cr>",         0x21b5  },          { "CR",                 "<cr>",         0x21b5  },
         { "OK",                 "\\/",          0x2713  },          { "OK",                 "\\/",          0x2713  },
         { "CL",                 "<club>",       0x2663  },          { "CL",                 "C",            0x2663  },
         { "SP",                 "<spade>",      0x2660  },          { "SP",                 "S",            0x2660  },
         { "HE",                 "<heart>",      0x2665  },          { "HE",                 "H",            0x2665  },
         { "DI",                 "<diamond>",    0x2666  },          { "DI",                 "D",            0x2666  },
   
         /* Legal symbols. */          /* Legal symbols. */
         { "co",                 "(C)",          0x00a9  },          { "co",                 "(C)",          0x00a9  },
Line 363  static struct ln lines[] = {
Line 363  static struct ln lines[] = {
         { "Eu",                 "EUR",          0x20ac  },          { "Eu",                 "EUR",          0x20ac  },
         { "eu",                 "EUR",          0x20ac  },          { "eu",                 "EUR",          0x20ac  },
         { "Ye",                 "=\bY",         0x00a5  },          { "Ye",                 "=\bY",         0x00a5  },
         { "Po",                 "GBP",          0x00a3  },          { "Po",                 "-\bL",         0x00a3  },
         { "Cs",                 "o\bx",         0x00a4  },          { "Cs",                 "o\bx",         0x00a4  },
         { "Fn",                 ",\bf",         0x0192  },          { "Fn",                 ",\bf",         0x0192  },
   

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

CVSweb