| 433 | } |
| 434 | |
| 435 | UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_charwidth_ambiguous(utf8proc_int32_t c) { |
| 436 | return utf8proc_get_property(c)->ambiguous_width; |
| 437 | } |
| 438 | |
| 439 | UTF8PROC_DLLEXPORT utf8proc_category_t utf8proc_category(utf8proc_int32_t c) { |
| 440 | return (utf8proc_category_t) utf8proc_get_property(c)->category; |
no test coverage detected