mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
8292509769
Add test case to verify custom alphabet support. The test uses a decimal-uppercase alphabet (0-9, A-V) to test both encoding and decoding with custom tables, including validation. This ensures the encode and decode functions work correctly with custom encoding tables and validation functions as documented.