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

Diff for /mandoc/chars.c between version 1.68 and 1.69

version 1.68, 2015/10/13 22:59:54 version 1.69, 2017/02/17 18:28:06
Line 101  static struct ln lines[] = {
Line 101  static struct ln lines[] = {
         { "bq",                 ",",            0x201a  },          { "bq",                 ",",            0x201a  },
         { "lq",                 "\"",           0x201c  },          { "lq",                 "\"",           0x201c  },
         { "rq",                 "\"",           0x201d  },          { "rq",                 "\"",           0x201d  },
         { "Lq",                 "``",           0x201c  },          { "Lq",                 "\"",           0x201c  },
         { "Rq",                 "''",           0x201d  },          { "Rq",                 "\"",           0x201d  },
         { "oq",                 "`",            0x2018  },          { "oq",                 "`",            0x2018  },
         { "cq",                 "\'",           0x2019  },          { "cq",                 "\'",           0x2019  },
         { "aq",                 "\'",           0x0027  },          { "aq",                 "\'",           0x0027  },

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

CVSweb