mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-13 11:20:32 +00:00
Fix encoding to properly use provided encoding table parameter instead of hardcoded `ENC_TABLE`. This makes encode properly support custom alphabets as documented.