]> git.cameronkatri.com Git - mandoc.git/blobdiff - chars.in
Use C99 uint32_t, not BSD-style u_int32_t.
[mandoc.git] / chars.in
index 483a2bb82818626cb9aae505b6561e3e976ada61..cc6549e7e5bee15996c0710cafc7f2fbcb0d7436 100644 (file)
--- a/chars.in
+++ b/chars.in
@@ -1,6 +1,6 @@
-/*     $Id: chars.in,v 1.39 2011/05/24 21:40:14 kristaps Exp $ */
+/*     $Id: chars.in,v 1.43 2013/06/20 22:39:30 schwarze Exp $ */
 /*
- * 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
  * purpose with or without fee is hereby granted, provided that the above
@@ -33,15 +33,16 @@ static const char ascii_nbrsp[2] = { ASCII_NBRSP, '\0' };
 CHAR_TBL_START
 
 /* Spacing. */
-CHAR("c",                      "",             8203)
+CHAR("c",                      "",             0)
 CHAR("0",                      " ",            8194)
 CHAR(" ",                      ascii_nbrsp,    160)
 CHAR("~",                      ascii_nbrsp,    160)
-CHAR("%",                      "",             8203)
-CHAR("&",                      "",             8203)
-CHAR("^",                      "",             8203)
-CHAR("|",                      "",             8203)
-CHAR("}",                      "",             8203)
+CHAR("%",                      "",             0)
+CHAR("&",                      "",             0)
+CHAR("^",                      "",             0)
+CHAR("|",                      "",             0)
+CHAR("}",                      "",             0)
+CHAR("t",                      "",             0)
 
 /* Accents. */
 CHAR("a\"",                    "\"",           779)
@@ -312,6 +313,9 @@ CHAR("Im",                  "I",            8465)
 CHAR("Re",                     "R",            8476)
 CHAR("pd",                     "a",            8706)
 CHAR("-h",                     "/h",           8463)
+CHAR("12",                     "1/2",          189)
+CHAR("14",                     "1/4",          188)
+CHAR("34",                     "3/4",          190)
 
 /* Ligatures. */
 CHAR("ff",                     "ff",           64256)