mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-08-13 16:47:25 +02:00
Use UTF-8 data read from config file #72
- shapes get additional MBCS values - metadata is already converted for real to use bxstr_t*
This commit is contained in:
@ -32,6 +32,11 @@ void test_my_strrspn(void **state);
|
||||
|
||||
void test_is_csi_reset(void **state);
|
||||
|
||||
void test_is_ascii_id_valid(void **state);
|
||||
void test_is_ascii_id_invalid(void **state);
|
||||
void test_is_ascii_id_strict_valid(void **state);
|
||||
void test_is_ascii_id_strict_invalid(void **state);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user