* iconvme.h: New file, extracted from toutf8.c but improved.
authorUlrich Drepper <drepper@redhat.com>
Tue, 22 Feb 2005 01:25:57 +0000 (01:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 22 Feb 2005 01:25:57 +0000 (01:25 +0000)
commit777bc09586f66bbc38741dcad44a56db74e90e3b
treef38fd5133ab242c67dc2f9b0b3413de43ca7426a
parent4379b403412eff757728a57d33bfdd66eebda62a
* iconvme.h: New file, extracted from toutf8.c but improved.

* iconvme.c: New file.
* toutf8.c: Include stringprep.h first, to make the compiler check
that stringprep.h is standalone.  Improve comments.  Replace
#include of errno.h and sys/param.h with iconvme.h.  Don't define
ICONV_CONST.
(stringprep_convert): Rewrite to use iconvme.h.
ChangeLog
libidn/iconvme.c [new file with mode: 0644]
libidn/iconvme.h [new file with mode: 0644]
libidn/toutf8.c