utf8proc_codepoint_valid

Check if a codepoint is valid (regardless of whether it has been assigned a value by the current Unicode standard).

@return 1 if the given codepoint is valid and otherwise return 0.

version(DerelictUTF8Proc_Static)extern
utf8proc_bool
utf8proc_codepoint_valid
(
utf8proc_int32_t codepoint
)

Meta