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

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

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


--- /home/cvs/libidn/lib/punycode.c     2004/11/08 01:34:42     1.13
+++ /home/cvs/libidn/lib/punycode.c     2004/11/21 12:43:28     1.14
@@ -148,7 +148,7 @@
 /*** Main encode function ***/
 
 /**
- * punycode_encode:
+ * punycode_encode - encode Unicode to Punycode
  * @input_length: The number of code points in the @input array and
  *   the number of flags in the @case_flags array.
  * @input: An array of code points.  They are presumed to be Unicode
@@ -299,7 +299,7 @@
 /*** Main decode function ***/
 
 /**
- * punycode_decode:
+ * punycode_decode - decode Punycode to Unicode
  * @input_length: The number of ASCII code points in the @input array.
  * @input: An array of ASCII code points (0..7F).
  * @output_length: The caller passes in the maximum number of code





reply via email to

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