aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/chars.in
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
commit9f12a090a011ed1b08b0e969623369c17f095a21 (patch)
treedef746e1a1337045f12df7dc3270a95b10811fac /chars.in
parentb088e954af8efacd0953fb5fb903d2e434649ebf (diff)
downloadmandoc-9f12a090a011ed1b08b0e969623369c17f095a21.tar.gz
mandoc-9f12a090a011ed1b08b0e969623369c17f095a21.tar.zst
mandoc-9f12a090a011ed1b08b0e969623369c17f095a21.zip
Changed Unicode codepoint of left-arrow right-arrow to be the regular
ASCII symbols.
Diffstat (limited to 'chars.in')
-rw-r--r--chars.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/chars.in b/chars.in
index d85b6a97..6757d7f4 100644
--- a/chars.in
+++ b/chars.in
@@ -1,4 +1,4 @@
-/* $Id: chars.in,v 1.28 2010/07/18 18:04:25 kristaps Exp $ */
+/* $Id: chars.in,v 1.29 2010/07/19 10:49:30 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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)