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