From: Bruno Haible Date: Tue, 4 Dec 2001 19:21:27 +0000 (+0000) Subject: Document a limitation. X-Git-Tag: v0.11~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7c9d1860fdbc5f4957a906e52cc69bb988b5357;p=thirdparty%2Fgettext.git Document a limitation. --- diff --git a/BUGS b/BUGS index 24598ad24..510698e1e 100644 --- a/BUGS +++ b/BUGS @@ -2,3 +2,5 @@ List of known bugs and limitations: - getting the string for `dcgettext' or `dgettext' fails if the first argument is some different than a list of identifiers or strings. +- gettext ("") returns the header entry of the message catalog (a multiline + string), not the empty string.