summaryrefslogtreecommitdiffstats
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
commita2c6238b240c9704df8f935f839bba4c7cf2a938 (patch)
tree191f6135aafad8c547d42cd6be7a9dbbbe29d051 /chars.in
parent7bc8878d16a02cee51fb5c0444cc1164d77bf301 (diff)
downloadmandoc-a2c6238b240c9704df8f935f839bba4c7cf2a938.tar.gz
Add support for 1/2, 1/4, and 3/4 (needed by eqn).
Diffstat (limited to 'chars.in')
-rw-r--r--chars.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/chars.in b/chars.in
index 6904c971..c627b32d 100644
--- a/chars.in
+++ b/chars.in
@@ -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)