Compiled Latin-ASCII transform for fast codepoint-level transliteration.
Auto-generated from priv/transforms/Latin-ASCII.xml.
Regenerate with: mix unicode.generate_latin_ascii
This module replaces the cursor-based rule engine with direct pattern-matched function heads, achieving O(1) lookup per codepoint via the BEAM's pattern matching dispatch.
Summary
Functions
Transforms a Latin string to ASCII.