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

Diff for /mandoc/Attic/chars.in between version 1.22 and 1.25

version 1.22, 2010/03/30 19:20:33 version 1.25, 2010/06/19 20:46:27
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>   * Copyright (c) 2009 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 31 
Line 31 
  */   */
   
 /* Non-breaking, non-collapsing space uses unit separator. */  /* Non-breaking, non-collapsing space uses unit separator. */
 static const char ascii_nbrsp[2] = { 31, 0 };  static const char ascii_nbrsp[2] = { ASCII_NBRSP, 0 };
   
 CHAR_TBL_START  CHAR_TBL_START
   
Line 44  CHAR("%",   1, "",  0, "",  0)
Line 44  CHAR("%",   1, "",  0, "",  0)
 CHAR("&",                       1,      "",             0,      "",             0)  CHAR("&",                       1,      "",             0,      "",             0)
 CHAR("^",                       1,      "",             0,      "",             0)  CHAR("^",                       1,      "",             0,      "",             0)
 CHAR("|",                       1,      "",             0,      "",             0)  CHAR("|",                       1,      "",             0,      "",             0)
   CHAR("}",                       1,      "",             0,      "",             0)
   
 /* Accents. */  /* Accents. */
 CHAR("a\"",                     2,      "\"",           1,      "&#779;",       6)  CHAR("a\"",                     2,      "\"",           1,      "&#779;",       6)

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.25

CVSweb