Deleted Added
full compact
34c34,35
< char const hex2ascii_data[] = "0123456789abcdef";
---
> /* This is actually used with radix [2..36] */
> char const hex2ascii_data[] = "0123456789abcdefghijklmnopqrstuvwxyz";