=================================================================== RCS file: /cvs/mandoc/Attic/chars.in,v retrieving revision 1.39 retrieving revision 1.41 diff -u -p -r1.39 -r1.41 --- mandoc/Attic/chars.in 2011/05/24 21:40:14 1.39 +++ mandoc/Attic/chars.in 2011/09/18 14:14:15 1.41 @@ -1,6 +1,6 @@ -/* $Id: chars.in,v 1.39 2011/05/24 21:40:14 kristaps Exp $ */ +/* $Id: chars.in,v 1.41 2011/09/18 14:14:15 schwarze Exp $ */ /* - * Copyright (c) 2009, 2010 Kristaps Dzonsons + * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -312,6 +312,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)