source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Changed Unicode codepoint of left-arrow right-arrow to be the
@ 2010-07-19 10:49 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-07-19 10:49 UTC (permalink / raw)
  To: source

Log Message:
-----------
Changed Unicode codepoint of left-arrow right-arrow to be the regular
ASCII symbols.

Modified Files:
--------------
    mdocml:
        chars.in

Revision Data
-------------
Index: chars.in
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/chars.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -Lchars.in -Lchars.in -u -p -r1.28 -r1.29
--- chars.in
+++ 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)
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-19 10:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-19 10:49 mdocml: Changed Unicode codepoint of left-arrow right-arrow to be the kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).