Hacker News new | past | comments | ask | show | jobs | submit login

EBCDIC famously does not have A..Z as contiguous characters, and I wouldn't describe it as a 'franken-coding' just yet - it still finds plenty of use in some places.



Unless you're dealing with mainframes, it's not like you see it everyday.


EBCDIC is a classic example of a franken-coding.

If your compiler's source character set is EBCDIC and you want to parse ASCII files, you must use 0x41, etc, instead of 'A'.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: