Type Definition MacTypes_sys::UTF32Char

source ·
pub type UTF32Char = UInt32;
Expand description

A complete Unicode character in UTF-32 format, with values from 0 through 0x10FFFF (excluding the surrogate range 0xD800-0xDFFF and certain disallowed values).