Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 20 Aug 1999 19:52:54 +0000 (19:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 20 Aug 1999 19:52:54 +0000 (19:52 +0000)
commit6570e194e60822d81d6df31e260985e6a13b0f2a
tree505bc4144874d98bb1a19417ac3e69fe95debae9
parentbe7d999a0931203c5541714a255635459ee6dde2
Update.

* intl/gettextP.h (struct loaded_domain): Add conv element.
* intl/dcgettext.c (find_msg): Rename to _nl_find_msg and make public.
Instead of returning found message directly convert it using iconv
if a conversion was found when opening the file.
* intl/loadinfo.h: Protect against multiple inclusion.
Declare _nl_find_msg.
* intl/loadmsgcat.c (_nl_load_domain): Try to determine charset used
in the message file and if necessary find approrpiate
conversion to match currently selected charset.
ChangeLog
NOTES
intl/dcgettext.c
intl/gettextP.h
intl/loadinfo.h
intl/loadmsgcat.c
linuxthreads/ChangeLog
linuxthreads/pthread.c