//! Byte alphabet helpers for DOLDSKRIFT/1 PUA symbols.
use crate::;
/// Iterate all 256 alphabet codepoints.
/// Iterate all 256 alphabet chars.
/// Map a byte to its alphabet index (identity for DOLDSKRIFT/1).
/// Map a symbol char back to alphabet index.