diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-19 10:49:30 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-19 10:49:30 +0000 |
commit | 1507d1e29763a8c5c8133abfc572ae97eb6dd72d (patch) | |
tree | 36e93bbcde075e91a7a2f29594e9d105653de84d /chars.in | |
parent | f7887a28b7572888536590bb9fe90528fd2c604a (diff) | |
download | mandoc-1507d1e29763a8c5c8133abfc572ae97eb6dd72d.tar.gz |
Changed Unicode codepoint of left-arrow right-arrow to be the regular
ASCII symbols.
Diffstat (limited to 'chars.in')
-rw-r--r-- | chars.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |