New preprocessor `preconv' to convert input encodings to something
commite7c9dbd201a241e8c42f34ef09acbc16584f16c3
authorWerner LEMBERG <wl@gnu.org>
Fri, 30 Dec 2005 09:31:50 +0000 (30 09:31 +0000)
committerWerner LEMBERG <wl@gnu.org>
Fri, 30 Dec 2005 09:31:50 +0000 (30 09:31 +0000)
tree7d5b8f57908adea6b368ee84dc917167ac0b19fa
parentf3753be26b085e92c75aa2e652a63c3ec5f3147d
New preprocessor `preconv' to convert input encodings to something
groff can understand.  Not yet integrated within groff.  Proper
autoconf stuff is missing too.

Tomohiro Kubota has written a first draft of this program, and some
ideas have been reused (while almost no code has been taken
actually).

* src/preproc/preconv/preconv.cpp. src/preproc/preconv/Makefile.sub:
New files.

* MANIFEST, Makefile.in (CCPROGDIRS), test-groff.in
(GROFF_BIN_PATH): Add preconv.
ChangeLog
MANIFEST
Makefile.in
src/preproc/preconv/.cvsignore [new file with mode: 0644]
src/preproc/preconv/Makefile.sub [new file with mode: 0644]
src/preproc/preconv/preconv.cpp [new file with mode: 0644]
test-groff.in