utf8proc_charwidth

Given a codepoint, return a character width analogous to wcwidth(codepoint), except that a width of 0 is returned for non-printable codepoints instead of -1 as in wcwidth.

@note If you want to check for particular types of non-printable characters, (analogous to isprint or iscntrl), use @ref utf8proc_category.

version(DerelictUTF8Proc_Static)extern
int
utf8proc_charwidth
(
utf8proc_int32_t codepoint
)

Meta