summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwl <wl>2007-09-15 09:11:14 +0000
committerwl <wl>2007-09-15 09:11:14 +0000
commite128c4d2011e4dce3bb8db70fdeb59816f839c40 (patch)
treeb9963c5945acb8e7bb31be2d8e9e253c284cf1cb
parent64e9c83169cda112cc72412dbcac833b2afb0b9a (diff)
downloadgroff-e128c4d2011e4dce3bb8db70fdeb59816f839c40.tar.gz
* tmac/unicode.tmac: Add ` and '.
* tmac/html.tmac: Load unicode.tmac.
-rw-r--r--ChangeLog4
-rw-r--r--tmac/html.tmac2
-rw-r--r--tmac/unicode.tmac2
3 files changed, 8 insertions, 0 deletions
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 <wl@gnu.org>
* 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