Methodology
AXL v2.1 validated its alphabet against cl100k_base (OpenAI). v2.2 extends the audit across five tokenizer families using public documentation, NFKC normalization testing, and inference from model cards. Sources: OpenAI tiktoken repo, Google Gemma 3 blog (confirms SentencePiece for Gemini), Meta Llama docs (SentencePiece with BOS token), Mistral docs (V3 Tekken = tiktoken-based), xAI documentation (variable tokenizers across Grok versions), Anthropic docs (token counting documented, tokenizer undisclosed).Audit Table
NFKC Normalization
SentencePiece applies NFKC normalization. Key finding:µ(micro sign, U+00B5) normalizes toμ(Greek mu, U+03BC) — breaks identityπ ← → ↑ ↓survive NFKC — safe at normalization level, but may still multi-tokenize- All ASCII symbols survive NFKC unchanged
