Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
util_utf8.h File Reference

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.

Detailed Description

UTF-8 utilities.

Misc UTF-8 utilities.