Macros | Enumerations | Functions
test_unicode.c File Reference

Test of enc_convert_to_utf8_nfc() implementation. More...

Go to the source code of this file.

Macros

#define BUFSIZE   (size_t) 16
 
#define BUFSIZE_UTF8   (BUFSIZE * (size_t) 4 + (size_t) 2)
 
#define TS_NUM   (size_t) 11 /* Number of test strings */
 
#define TS_UTF7   (size_t) 8 /* First index of UTF-7 section */
 

Enumerations

enum  sm_state { SM_SRC, SM_NFC, SM_NFD, SM_INVALID }
 

Functions

int test_unicode (void)
 Test enc_convert_to_utf8_nfc() implementation. More...
 

Detailed Description

Test of enc_convert_to_utf8_nfc() implementation.

Copyright (c) 2012-2022 by the developers. See the LICENSE file for details.

Definition in file test_unicode.c.


Generated at 2024-04-27 using  doxygen