From: Bruno Haible Date: Wed, 2 May 2001 12:10:44 +0000 (+0000) Subject: Comment. X-Git-Tag: v0.11~745 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f545645a78d5b33291456bc5dff74013ced08550;p=thirdparty%2Fgettext.git Comment. --- diff --git a/src/po-charset.h b/src/po-charset.h index 68a0e8295..440e9097f 100644 --- a/src/po-charset.h +++ b/src/po-charset.h @@ -23,7 +23,9 @@ #include #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