]> mj.ucw.cz Git - libucw.git/commitdiff
Clarified a comment.
authorMartin Mares <mj@ucw.cz>
Tue, 15 Feb 2005 17:37:28 +0000 (17:37 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 15 Feb 2005 17:37:28 +0000 (17:37 +0000)
charset/charconv.h

index 602b0478272ca27cc4e5f81a6ea08b74ca52a80d..cfe0a2a2985b5a3bb6d505dea7e2c0b0f793d82f 100644 (file)
@@ -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);