ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
utf8.c File Reference

🔤 UTF-8 encoding and decoding with multi-byte character support More...

Go to the source code of this file.

Functions

int utf8_decode (const uint8_t *s, uint32_t *codepoint)
 Decode a UTF-8 sequence to a Unicode codepoint.
 

Detailed Description

🔤 UTF-8 encoding and decoding with multi-byte character support

Definition in file utf8.c.