From f3d3e53ced24d5eca5ddd302b0b4a32c119728bc Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 12 Jul 2009 08:45:56 +0000 Subject: Added \(hy symbol. Properly categorised \- as an arithmetic minus sign. Nd produces \(em instead of old \-. OpenBSD ifdef'd to use old \- after Nd (ok: jmc@openbsd.org). --- ascii.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ascii.in') diff --git a/ascii.in b/ascii.in index 4b819a8a..7a4bc078 100644 --- a/ascii.in +++ b/ascii.in @@ -1,4 +1,4 @@ -/* $Id: ascii.in,v 1.10 2009/06/10 20:18:43 kristaps Exp $ */ +/* $Id: ascii.in,v 1.11 2009/07/12 08:45:56 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -87,6 +87,7 @@ LINE("a~", 2, "~", 1) LINE("ga", 2, "`", 1) LINE("en", 2, "-", 1) LINE("em", 2, "--", 2) +LINE("hy", 2, "-", 1) LINE("Pi", 2, "pi", 2) LINE("Fo", 2, "<<", 2) LINE("Fc", 2, ">>", 2) -- cgit v1.2.3