summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-07-19 10:49:30 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-07-19 10:49:30 +0000
commit1507d1e29763a8c5c8133abfc572ae97eb6dd72d (patch)
tree36e93bbcde075e91a7a2f29594e9d105653de84d
parentf7887a28b7572888536590bb9fe90528fd2c604a (diff)
downloadmandoc-1507d1e29763a8c5c8133abfc572ae97eb6dd72d.tar.gz
Changed Unicode codepoint of left-arrow right-arrow to be the regular
ASCII symbols.
-rw-r--r--chars.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/chars.in b/chars.in
index 7e93ca3f..c19a0219 100644
--- a/chars.in
+++ b/chars.in
@@ -84,8 +84,8 @@ CHAR("lB", "[", 1, 91)
CHAR("rB", "]", 1, 93)
CHAR("lC", "{", 1, 123)
CHAR("rC", "}", 1, 125)
-CHAR("la", "<", 1, 10216) /* FIXME: 60 */
-CHAR("ra", ">", 1, 10217) /* FIXME: 62 */
+CHAR("la", "<", 1, 60)
+CHAR("ra", ">", 1, 62)
CHAR("bv", "|", 1, 9130)
CHAR("braceex", "|", 1, 9130)
CHAR("bracketlefttp", "|", 1, 9121)