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:28:30 +0100

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

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


--- /home/cvs/libidn/lib/nfkc.c 2004/11/08 01:34:42     1.15
+++ /home/cvs/libidn/lib/nfkc.c 2004/11/21 13:28:30     1.16
@@ -926,7 +926,7 @@
 /* Public Libidn API starts here. */
 
 /**
- * stringprep_utf8_to_unichar:
+ * stringprep_utf8_to_unichar - convert UTF-8 to Unicode code point
  * @p: a pointer to Unicode character encoded as UTF-8
  *
  * Converts a sequence of bytes encoded as UTF-8 to a Unicode character.
@@ -942,7 +942,7 @@
 }
 
 /**
- * stringprep_unichar_to_utf8:
+ * stringprep_unichar_to_utf8 - convert Unicode code point to UTF-8
  * @c: a ISO10646 character code
  * @outbuf: output buffer, must have at least 6 bytes of space.
  *       If %NULL, the length will be computed and returned
@@ -959,7 +959,7 @@
 }
 
 /**
- * stringprep_utf8_to_ucs4:
+ * stringprep_utf8_to_ucs4 - convert UTF-8 string to UCS-4
  * @str: a UTF-8 encoded string
  * @len: the maximum length of @str to use. If @len < 0, then
  *       the string is nul-terminated.
@@ -980,7 +980,7 @@
 }
 
 /**
- * stringprep_ucs4_to_utf8:
+ * stringprep_ucs4_to_utf8 - convert UCS-4 string to UTF-8
  * @str: a UCS-4 encoded string
  * @len: the maximum length of @str to use. If @len < 0, then
  *       the string is terminated with a 0 character.
@@ -1006,7 +1006,7 @@
 }
 
 /**
- * stringprep_utf8_nfkc_normalize:
+ * stringprep_utf8_nfkc_normalize - normalize Unicode string
  * @str: a UTF-8 encoded string.
  * @len: length of @str, in bytes, or -1 if @str is nul-terminated.
  *
@@ -1034,7 +1034,7 @@
 }
 
 /**
- * stringprep_ucs4_nfkc_normalize:
+ * stringprep_ucs4_nfkc_normalize - normalize Unicode string
  * @str: a Unicode string.
  * @len: length of @str array, or -1 if @str is nul-terminated.
  *





reply via email to

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