diff options
author | wl <wl> | 2007-09-15 09:11:14 +0000 |
---|---|---|
committer | wl <wl> | 2007-09-15 09:11:14 +0000 |
commit | e128c4d2011e4dce3bb8db70fdeb59816f839c40 (patch) | |
tree | b9963c5945acb8e7bb31be2d8e9e253c284cf1cb | |
parent | 64e9c83169cda112cc72412dbcac833b2afb0b9a (diff) | |
download | groff-e128c4d2011e4dce3bb8db70fdeb59816f839c40.tar.gz |
* tmac/unicode.tmac: Add ` and '.
* tmac/html.tmac: Load unicode.tmac.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | tmac/html.tmac | 2 | ||||
-rw-r--r-- | tmac/unicode.tmac | 2 |
3 files changed, 8 insertions, 0 deletions
@@ -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 |