Allow internal glyph indices > 0xFF in grohtml for input characters.
commit0b32b4854ec3d9c79ad584ea044d6b373085f89b
authorWerner LEMBERG <wl@gnu.org>
Sat, 20 Jul 2002 08:17:29 +0000 (20 08:17 +0000)
committerWerner LEMBERG <wl@gnu.org>
Sat, 20 Jul 2002 08:17:29 +0000 (20 08:17 +0000)
tree5dcdd8d52800e0bbd567124af92e8b2a98496d2b
parent56cf054af3c11d444107967f30f42a58ecb8d688
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.
ChangeLog
man/groff_char.man
src/devices/grohtml/post-html.cc