Skip to main content

CharacterMapping

Type Alias CharacterMapping 

Source
pub type CharacterMapping = (u32, bool);
Expand description

Represents a MARC-8 character mapping entry: (Unicode codepoint, is_combining_mark) If is_combining_mark is true, the character combines with the following base character.