mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
Fix wrapping separators (no functional change)
This commit is contained in:
parent
7d89fb5446
commit
52067f461e
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue