pub const ACCENT_TABLE: &[(&str, char)];Expand description
The full accent decomposition table in spec-page order.
Public for downstream iteration (tests, doc-builders, corpus
tooling). For runtime lookup, decompose_fragment uses the
perfect-hash split tables (ACCENT_DIGRAPHS for the 110 two-byte
entries; a 4-arm match for the four three-byte ligatures) — the
linear ACCENT_TABLE scan is no longer on the hot path.