summaryrefslogtreecommitdiffstats
path: root/BUGS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-12-04 19:21:27 +0000
committerBruno Haible <bruno@clisp.org>2009-06-21 23:33:33 +0200
commite7c9d1860fdbc5f4957a906e52cc69bb988b5357 (patch)
tree5c2a0304d0268fce54642e85724cd83f605fc63b /BUGS
parent5d970f8032b3b09903781210a1288e22f57495fe (diff)
downloadexternal_gettext-e7c9d1860fdbc5f4957a906e52cc69bb988b5357.zip
external_gettext-e7c9d1860fdbc5f4957a906e52cc69bb988b5357.tar.gz
external_gettext-e7c9d1860fdbc5f4957a906e52cc69bb988b5357.tar.bz2
Document a limitation.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 24598ad..510698e 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.