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

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

version 1.40, 2011/07/22 14:15:15 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 33  static const char ascii_nbrsp[2] = { ASCII_NBRSP, '\0'
Line 33  static const char ascii_nbrsp[2] = { ASCII_NBRSP, '\0'
 CHAR_TBL_START  CHAR_TBL_START
   
 /* Spacing. */  /* Spacing. */
 CHAR("c",                       "",             8203)  CHAR("c",                       "",             0)
 CHAR("0",                       " ",            8194)  CHAR("0",                       " ",            8194)
 CHAR(" ",                       ascii_nbrsp,    160)  CHAR(" ",                       ascii_nbrsp,    160)
 CHAR("~",                       ascii_nbrsp,    160)  CHAR("~",                       ascii_nbrsp,    160)
 CHAR("%",                       "",             8203)  CHAR("%",                       "",             0)
 CHAR("&",                       "",             8203)  CHAR("&",                       "",             0)
 CHAR("^",                       "",             8203)  CHAR("^",                       "",             0)
 CHAR("|",                       "",             8203)  CHAR("|",                       "",             0)
 CHAR("}",                       "",             8203)  CHAR("}",                       "",             0)
   CHAR("t",                       "",             0)
   
 /* Accents. */  /* Accents. */
 CHAR("a\"",                     "\"",           779)  CHAR("a\"",                     "\"",           779)

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

CVSweb