From 6fbd0e3298e6078e2858b601d3a3714b372098fb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 15 Feb 2005 17:37:28 +0000 Subject: [PATCH] Clarified a comment. --- charset/charconv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2