Module uefi::data_types::chars[][src]

Expand description

UEFI character handling

UEFI uses both Latin-1 and UCS-2 character encoding, this module implements support for the associated character types.

Structs

Char8

A Latin-1 character

Char16

An UCS-2 code point

CharConversionError

Character conversion error

Constants

NUL_8

Latin-1 version of the NUL character

NUL_16

UCS-2 version of the NUL character