From: Bruno Haible Date: Sun, 5 Apr 2009 19:48:52 +0000 (+0200) Subject: Comment. X-Git-Tag: v0.1~6025 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=2ede8c54f675ca2732ad4f11df88c697c680f049;p=gnulib.git Comment. --- diff --git a/lib/unicase.h b/lib/unicase.h index 73d2c07af..ff7590bad 100644 --- a/lib/unicase.h +++ b/lib/unicase.h @@ -135,6 +135,8 @@ extern uint32_t * uint32_t *resultbuf, size_t *lengthp); /* Return the case folded string. + Comparing uN_casefold (S1) and uN_casefold (S2) with uN_cmp2() is equivalent + to comparing S1 and S2 with uN_casecmp(). The nf argument identifies the normalization form to apply after the case-mapping. It can also be NULL, for no normalization. */ extern uint8_t * @@ -172,8 +174,8 @@ extern int const char *s2, size_t n2, const char *iso639_language, uninorm_t nf, int *resultp); -/* Converts the string S of length N to a string in locale encoding, in such a - way that comparing uN_casexfrm (S1) and uN_casexfrm (S2) with uN_cmp2() is +/* Convert the string S of length N to a string in locale encoding, in such a + way that comparing uN_casexfrm (S1) and uN_casexfrm (S2) with memcmp2() is equivalent to comparing S1 and S2 with uN_casecoll(). NF must be either UNINORM_NFC, UNINORM_NFKC, or NULL for no normalization. */ extern char *