From: Martin Mares Date: Tue, 15 Feb 2005 17:37:28 +0000 (+0000) Subject: Clarified a comment. X-Git-Tag: holmes-import~828 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=6fbd0e3298e6078e2858b601d3a3714b372098fb;p=libucw.git Clarified a comment. --- diff --git a/charset/charconv.h b/charset/charconv.h index 602b0478..cfe0a2a2 100644 --- a/charset/charconv.h +++ b/charset/charconv.h @@ -63,7 +63,7 @@ enum charset_id { CONV_NUM_CHARSETS }; -/* Conversion of a single character between current charset and Unicode */ +/* Conversion of a single character between current non-UTF8 charset and Unicode */ int conv_in_to_ucs(struct conv_context *c, unsigned int y); int conv_ucs_to_out(struct conv_context *c, unsigned int ucs);