Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
UTF-8 utilities. More...
#include <stddef.h>
Go to the source code of this file.
Functions | |
char * | utf8_trunc (char *utf8_str) |
Properly truncate a NULL-terminated UTF-8 string. | |
char * | utf8_lcpy (char *dst, const char *src, size_t n) |
Copies a UTF-8 encoded string from src to dst . | |
int | utf8_count_chars (const char *s) |
Counts the characters in a UTF-8 encoded string s . |
UTF-8 utilities.
Misc UTF-8 utilities.