pub type CharacterMapping = (u32, bool);
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.
is_combining_mark