Unicode Data#

struct rangeNfd#

NFD (Normalization Form Decomposition) range structure.

Represents a range of codepoints and their NFD mappings.

Public Members

uint32_t first#

First codepoint in range.

uint32_t last#

Last codepoint in range.

uint32_t nfd#

NFD mapping value.