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

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

version 1.21, 2010/03/23 13:25:01 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)
Line 365  STRING("8",   1, "B",  1, "&#946;", 6)
Line 366  STRING("8",   1, "B",  1, "&#946;", 6)
 STRING("o",                     1,      "o",            1,      "&#176;",       6)  STRING("o",                     1,      "o",            1,      "&#176;",       6)
 STRING("D-",                    2,      "D",            1,      "&#208;",       6)  STRING("D-",                    2,      "D",            1,      "&#208;",       6)
 STRING("d-",                    2,      "o",            1,      "&#240;",       6)  STRING("d-",                    2,      "o",            1,      "&#240;",       6)
 STRING("TH",                    2,      "b",            1,      "&#222;",       6)  STRING("Th",                    2,      "b",            1,      "&#222;",       6)
 STRING("th",                    2,      "b",            1,      "&#254;",       6)  STRING("th",                    2,      "b",            1,      "&#254;",       6)
   
 /* Old style. */  /* Old style. */

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

CVSweb