libidn-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS libidn/lib


From: libidn-commit
Subject: CVS libidn/lib
Date: Sun, 21 Nov 2004 14:26:55 +0100

Update of /home/cvs/libidn/lib
In directory dopio:/tmp/cvs-serv10461

Modified Files:
        toutf8.c 
Log Message:
Doc fix.


--- /home/cvs/libidn/lib/toutf8.c       2004/11/08 01:34:42     1.14
+++ /home/cvs/libidn/lib/toutf8.c       2004/11/21 13:26:55     1.15
@@ -48,7 +48,7 @@
 #  define stringprep_locale_charset() nl_langinfo (CODESET)
 # else
 /**
- * stringprep_locale_charset:
+ * stringprep_locale_charset - return charset used in current locale
  *
  * Find out current locale charset.  The function respect the CHARSET
  * environment variable, but typically uses nl_langinfo(CODESET) when
@@ -87,7 +87,7 @@
 # endif
 
 /**
- * stringprep_convert:
+ * stringprep_convert - encode string using new character set
  * @str: input zero-terminated string.
  * @to_codeset: name of destination character set.
  * @from_codeset: name of origin character set, as used by @str.
@@ -223,7 +223,7 @@
 #endif /* HAVE_ICONV */
 
 /**
- * stringprep_locale_to_utf8:
+ * stringprep_locale_to_utf8 - convert locale encoded string to UTF-8
  * @str: input zero terminated string.
  *
  * Convert string encoded in the locale's character set into UTF-8 by
@@ -239,7 +239,7 @@
 }
 
 /**
- * stringprep_utf8_to_locale:
+ * stringprep_utf8_to_locale - encode UTF-8 string to locale encoding
  * @str: input zero terminated string.
  *
  * Convert string encoded in UTF-8 into the locale's character set by





reply via email to

[Prev in Thread] Current Thread [Next in Thread]