From 389f68fd8e3f233b5f4162c07cde73bad106b3d9 Mon Sep 17 00:00:00 2001 From: wlemb Date: Sat, 29 Apr 2000 06:02:24 +0000 Subject: Adding EBCDIC code page 1047. * fonts/devcp1047/R.proto, fonts/devcp1047/Makefile.sub, fonts/devcp1047/DESC.proto: New files. * aclocal.m4 (GROFF_EBCDIC): Introduce TTYDEVDIRS which can be either ascii/latin1 or cp1047. * Makefile.in: Use it. * configure: Updated. Replacing and/or adding `md' (mathdot) glyph with `pc' (periodcentered) in all text fonts. * fonts/*/*: Change it. * aclocal.m4 (GROFF_OS390): Fixing compiler flags. * configure.in: Add check for strings.h. * src/include/driver.h: Use HAVE_STRINGS_H. * src/devices/grolbp/lpb.cc: Remove string.h. * src/include/groff-getopt.h: New file. It will be used instead of getopt.h (to be included in lib.h) to avoid endless problems with picky C++ compilers. * src/include/lib.h: Use groff-getopt.h. * src/include/Makefile.sub: Updated. * configure: Updated. * Makefile.in: Updated. * NEWS: Mention EBCDIC support. * TODO: Some additions. * src/roff/troff/troff.man, doc/groff.texinfo: Fixing documentation of mso request. * src/roff/troff/troff.man: Minor fixes. --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index d78292a2..c540d3ce 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,10 @@ +Unicode input: + Implementing \U'xxxx' to access Unicode characters directly. + + Making groff 16bit input-clean. + +Separating input and output encodings (similar to LaTeX). + Better selection of paper sizes with -Tps. Make -Tlj4 work with -X. -- cgit v1.2.1