|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
UTF-8 capability detection structure. More...
#include <lib/video/palette.h>
Data Fields | |
| bool | utf8_support |
| True if terminal supports UTF-8 (detected automatically) | |
| bool | forced_utf8 |
| True if user forced UTF-8 via –utf8 flag. | |
| char | terminal_type [32] |
| $TERM environment variable value (for detection) | |
| char | locale_encoding [16] |
| Current locale encoding (e.g., "UTF-8") | |
UTF-8 capability detection structure.
Stores information about terminal UTF-8 support, including detection results and terminal environment information.