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

Diff for /mandoc/Attic/chars.in between version 1.44 and 1.46

version 1.44, 2014/01/22 20:58:39 version 1.46, 2014/04/20 16:46:04
Line 17 
Line 17 
  */   */
   
 /*  /*
  * The ASCII translation tables.   * The ASCII translation tables.
  *   *
  * The left-hand side corresponds to the input sequence (\x, \(xx, \*(xx   * The left-hand side corresponds to the input sequence (\x, \(xx, \*(xx
  * and so on) whose length is listed second element.  The right-hand   * and so on) whose length is listed second element.  The right-hand
Line 49  CHAR("c",   "",  0)
Line 49  CHAR("c",   "",  0)
 CHAR("}",                       "",             0)  CHAR("}",                       "",             0)
   
 /* Accents. */  /* Accents. */
 CHAR("a\"",                     "\"",           779)  CHAR("a\"",                     "\"",           733)
 CHAR("a-",                      "-",            175)  CHAR("a-",                      "-",            175)
 CHAR("a.",                      ".",            729)  CHAR("a.",                      ".",            729)
 CHAR("a^",                      "^",            770)  CHAR("a^",                      "^",            94)
 CHAR("\'",                      "\'",           769)  CHAR("\'",                      "\'",           180)
 CHAR("aa",                      "\'",           769)  CHAR("aa",                      "\'",           180)
 CHAR("ga",                      "`",            768)  CHAR("ga",                      "`",            96)
 CHAR("`",                       "`",            768)  CHAR("`",                       "`",            96)
 CHAR("ab",                      "`",            774)  CHAR("ab",                      "`",            728)
 CHAR("ac",                      ",",            807)  CHAR("ac",                      ",",            184)
 CHAR("ad",                      "\"",           776)  CHAR("ad",                      "\"",           168)
 CHAR("ah",                      "v",            711)  CHAR("ah",                      "v",            711)
 CHAR("ao",                      "o",            730)  CHAR("ao",                      "o",            730)
 CHAR("a~",                      "~",            771)  CHAR("a~",                      "~",            126)
 CHAR("ho",                      ",",            808)  CHAR("ho",                      ",",            731)
 CHAR("ha",                      "^",            94)  CHAR("ha",                      "^",            94)
 CHAR("ti",                      "~",            126)  CHAR("ti",                      "~",            126)
   

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.46

CVSweb