uefi_raw

Type Alias Char16

source
pub type Char16 = u16;
Expand description

Two-byte character.

Unless otherwise noted, the encoding is UCS-2. The UCS-2 encoding was defined by Unicode 2.1 and ISO/IEC 10646 standards, but is no longer part of the modern Unicode standards. It is essentially UTF-16 without support for surrogate pairs.