|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
UTF-8 palette structure. More...
#include <lib/video/palette.h>
Data Fields | |
| utf8_char_info_t * | chars |
| Array of UTF-8 character information. | |
| size_t | char_count |
| Number of characters (not bytes!) | |
| size_t | total_bytes |
| Total byte length of palette string. | |
| char * | raw_string |
| Original palette string (for reference/debugging) | |
UTF-8 palette structure.
Properly handles multi-byte UTF-8 characters in palettes. Stores per-character information for efficient lookup and rendering.