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: Mon, 25 Oct 2004 23:28:48 +0200

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

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


--- /home/cvs/libidn/lib/pr29.c 2004/10/02 19:12:28     1.7
+++ /home/cvs/libidn/lib/pr29.c 2004/10/25 21:28:48     1.8
@@ -1228,9 +1228,10 @@
  * strings by different NFKC implementations, due to an anomaly in the
  * NFKC specifications.
  *
- * Return value: Returns PR29_SUCCESS on success, PR29_PROBLEM if the
- *   input sequence is a "problem sequence" (i.e., may be normalized
- *   into different strings by different implementations).
+ * Return value: Returns the #Pr29_rc value %PR29_SUCCESS on success,
+ *   and %PR29_PROBLEM if the input sequence is a "problem sequence"
+ *   (i.e., may be normalized into different strings by different
+ *   implementations).
  **/
 int
 pr29_4 (const uint32_t * in, size_t len)
@@ -1268,9 +1269,10 @@
  * strings by different NFKC implementations, due to an anomaly in the
  * NFKC specifications.
  *
- * Return value: Returns PR29_SUCCESS on success, PR29_PROBLEM if the
- *   input sequence is a "problem sequence" (i.e., may be normalized
- *   into different strings by different implementations).
+ * Return value: Returns the #Pr29_rc value %PR29_SUCCESS on success,
+ *   and %PR29_PROBLEM if the input sequence is a "problem sequence"
+ *   (i.e., may be normalized into different strings by different
+ *   implementations).
  **/
 int
 pr29_4z (const uint32_t * in)
@@ -1291,11 +1293,11 @@
  * strings by different NFKC implementations, due to an anomaly in the
  * NFKC specifications.
  *
- * Return value: Returns PR29_SUCCESS on success, PR29_PROBLEM if the
- *   input sequence is a "problem sequence" (i.e., may be normalized
- *   into different strings by different implementations), or
- *   PR29_STRINGPREP_ERROR if there was a problem converting the
- *   string from UTF-8 to UCS-4.
+ * Return value: Returns the #Pr29_rc value %PR29_SUCCESS on success,
+ *   and %PR29_PROBLEM if the input sequence is a "problem sequence"
+ *   (i.e., may be normalized into different strings by different
+ *   implementations), or %PR29_STRINGPREP_ERROR if there was a
+ *   problem converting the string from UTF-8 to UCS-4.
  **/
 int
 pr29_8z (const char *in)





reply via email to

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