From a1cb65e5183b65591541dd29150f57b19fbb7630 Mon Sep 17 00:00:00 2001 From: wlemb Date: Sat, 20 Jul 2002 08:17:28 +0000 Subject: Allow internal glyph indices > 0xFF in grohtml for input characters. * src/devices/grohtml/post-html.cc (to_unicode): Use `unsigned int' as parameter. (html_printer::add_to_sbuf): Use `unsigned int' as first parameter. Updated all callers. (html_printer::sbuf_continuation, html_printer::overstrike): Ditto. (html_printer): Updated. --- man/groff_char.man | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'man/groff_char.man') diff --git a/man/groff_char.man b/man/groff_char.man index 2d934aa3..be739412 100644 --- a/man/groff_char.man +++ b/man/groff_char.man @@ -17,7 +17,7 @@ groff_char(7) This file is part of groff (GNU roff). File position: /man/groff_char.man -Last update: 11 July 2002 +Last update: 20 July 2002 Copyright (C) 1989-2000, 2001, 2002 Free Software Foundation, Inc. written by Werner Lemberg @@ -347,11 +347,13 @@ themselves; the only exceptions are the following characters: . .TP .B \` -prints as `, +the ISO Latin-1 `Grave Accent' (code\ 96) prints as `, a left single +quotation mark, . .TP .B \*(aq -prints as '; the corresponding ISO Latin-1 characters can be obtained +the ISO Latin-1 `Apostrophe' (code\ 39) prints as ', a right single +quotation mark; the corresponding ISO Latin-1 characters can be obtained with .B \e` and -- cgit v1.2.1