From d7428881c86e1b1305f6d52a9a7a3af5dd5afa37 Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sat, 28 Jun 2008 14:20:50 +0000 Subject: Pedantic spelling changes of encoding names UTF-8, UTF-16 and UCS-4 svn path=/trunk/libparserutils/; revision=4469 --- src/charset/encodings/utf16.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/charset/encodings/utf16.c') diff --git a/src/charset/encodings/utf16.c b/src/charset/encodings/utf16.c index 95dc64f..59cb146 100644 --- a/src/charset/encodings/utf16.c +++ b/src/charset/encodings/utf16.c @@ -16,11 +16,11 @@ #include /** - * Convert a UTF-16 sequence into a single UCS4 character + * Convert a UTF-16 sequence into a single UCS-4 character * * \param s The sequence to process * \param len Length of sequence - * \param ucs4 Pointer to location to receive UCS4 character (host endian) + * \param ucs4 Pointer to location to receive UCS-4 character (host endian) * \param clen Pointer to location to receive byte length of UTF-16 sequence * \return PARSERUTILS_OK on success, appropriate error otherwise */ @@ -55,7 +55,7 @@ parserutils_error parserutils_charset_utf16_to_ucs4(const uint8_t *s, } /** - * Convert a single UCS4 character into a UTF-16 sequence + * Convert a single UCS-4 character into a UTF-16 sequence * * \param ucs4 The character to process (0 <= c <= 0x7FFFFFFF) (host endian) * \param s Pointer to 4 byte long output buffer -- cgit v1.2.3