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

Diff for /mandoc/Attic/chars.in between version 1.38 and 1.43

version 1.38, 2011/05/24 21:24:16 version 1.43, 2013/06/20 22:39:30
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 42  CHAR("&",   "",  0)
Line 42  CHAR("&",   "",  0)
 CHAR("^",                       "",             0)  CHAR("^",                       "",             0)
 CHAR("|",                       "",             0)  CHAR("|",                       "",             0)
 CHAR("}",                       "",             0)  CHAR("}",                       "",             0)
   CHAR("t",                       "",             0)
   
 /* Accents. */  /* Accents. */
 CHAR("a\"",                     "\"",           779)  CHAR("a\"",                     "\"",           779)
Line 312  CHAR("Im",   "I",  8465)
Line 313  CHAR("Im",   "I",  8465)
 CHAR("Re",                      "R",            8476)  CHAR("Re",                      "R",            8476)
 CHAR("pd",                      "a",            8706)  CHAR("pd",                      "a",            8706)
 CHAR("-h",                      "/h",           8463)  CHAR("-h",                      "/h",           8463)
   CHAR("12",                      "1/2",          189)
   CHAR("14",                      "1/4",          188)
   CHAR("34",                      "3/4",          190)
   
 /* Ligatures. */  /* Ligatures. */
 CHAR("ff",                      "ff",           64256)  CHAR("ff",                      "ff",           64256)

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.43

CVSweb