utf8proc_toupper

Given a codepoint c, return the codepoint of the corresponding upper-case character, if any; otherwise (if there is no upper-case variant, or if c is not a valid codepoint) return c.

version(DerelictUTF8Proc_Static)extern
utf8proc_int32_t
utf8proc_toupper
(
utf8proc_int32_t c
)

Meta