]> git.sur5r.net Git - openldap/commitdiff
Fix wrapping separators (no functional change)
authorKurt Zeilenga <kurt@openldap.org>
Mon, 28 May 2001 19:42:22 +0000 (19:42 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 28 May 2001 19:42:22 +0000 (19:42 +0000)
libraries/libldap/utf-8-conv.c

index 80503155882f9235025e3cf2bdd4fdb227c0d212..bdd43bcb06107cb7895e15fc7871009284c268b7 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 2000 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 2000-2001 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 
@@ -70,7 +70,7 @@ Note:  This code does not prevent UTF-8 sequences which are longer than
           necessary from being decoded.
 */
 
-/*------------------------------------------------------------------------------ 
+/*----------------------------------------------------------------------------- 
    Convert a UTF-8 character to a wide char. 
    Return the length of the UTF-8 input character in bytes.
 */
@@ -163,7 +163,7 @@ ldap_x_utf8s_to_wcs ( wchar_t *wcstr, const char *utf8str, size_t count )
 }
 
 
-/*------------------------------------------------------------------------------ 
+/*----------------------------------------------------------------------------- 
    Convert one wide char to a UTF-8 character.
    Return the length of the converted UTF-8 character in bytes.
    No more than 'count' bytes will be written to the output buffer.