aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/chars.in
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-22 14:15:15 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-22 14:15:15 +0000
commit6c92b33c82f700e7de6fd5bd6ab7360f45905649 (patch)
treed9134952b9c34b8e8386778af20a5277fdeea73d /chars.in
parent020bc6db39d005d0b201d8ff985989aaf1c87fe3 (diff)
downloadmandoc-6c92b33c82f700e7de6fd5bd6ab7360f45905649.tar.gz
mandoc-6c92b33c82f700e7de6fd5bd6ab7360f45905649.tar.zst
mandoc-6c92b33c82f700e7de6fd5bd6ab7360f45905649.zip
Add support for 1/2, 1/4, and 3/4 (needed by eqn).
Diffstat (limited to 'chars.in')
-rw-r--r--chars.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/chars.in b/chars.in
index 483a2bb8..4d56a2e7 100644
--- a/chars.in
+++ b/chars.in
@@ -1,4 +1,4 @@
-/* $Id: chars.in,v 1.39 2011/05/24 21:40:14 kristaps Exp $ */
+/* $Id: chars.in,v 1.40 2011/07/22 14:15:15 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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)