mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-26 17:21:48 +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.