From e128c4d2011e4dce3bb8db70fdeb59816f839c40 Mon Sep 17 00:00:00 2001 From: wl Date: Sat, 15 Sep 2007 09:11:14 +0000 Subject: * tmac/unicode.tmac: Add ` and '. * tmac/html.tmac: Load unicode.tmac. --- ChangeLog | 4 ++++ tmac/html.tmac | 2 ++ tmac/unicode.tmac | 2 ++ 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 998720ae..d97a02ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ Remove references to `\@' which isn't a valid escape sequence in groff. + + * tmac/unicode.tmac: Add ` and '. + * tmac/html.tmac: Load unicode.tmac. + 2007-09-14 Werner LEMBERG * tmac/unicode.tmac: Make `-' a pure input character by mapping it diff --git a/tmac/html.tmac b/tmac/html.tmac index 8c5cacb4..dc06b23e 100644 --- a/tmac/html.tmac +++ b/tmac/html.tmac @@ -541,4 +541,6 @@ .el \ . do mso cp1047.tmac . +.mso unicode.tmac +. .\" end of file, make sure this is the last line diff --git a/tmac/unicode.tmac b/tmac/unicode.tmac index e295cc52..4b389a7a 100644 --- a/tmac/unicode.tmac +++ b/tmac/unicode.tmac @@ -1,4 +1,6 @@ .\" unicode.tmac .\" .char - \[hy] +.char ` \[oq] +.char ' \[cq] .\" EOF -- cgit v1.2.1