]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Comment.
authorBruno Haible <bruno@clisp.org>
Wed, 2 May 2001 12:10:44 +0000 (12:10 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 2 May 2001 12:10:44 +0000 (12:10 +0000)
src/po-charset.h

index 68a0e82957f71ee576f278bc22336a43891fff4d..440e9097f788e00651b5779efd0ef959bac201f6 100644 (file)
@@ -23,7 +23,9 @@
 #include <iconv.h>
 #endif
 
-/* Canonicalize an encoding name.  */
+/* Canonicalize an encoding name.
+   The results of this function are statically allocated and can be
+   compared using ==.  */
 extern const char *po_charset_canonicalize PARAMS ((const char *charset));
 
 #if HAVE_ICONV