|
|
|
|
|
by fanf2
2374 days ago
|
|
Trigraphs were not specific to EBCDIC: they were also a bad accommodation for the ISO 646 ASCII variants that supported European languages, which used characters {\|} etc. for letters.
This is why the newer better header with alternate spellings for restricted character sets is called <iso646.h> https://en.wikipedia.org/wiki/ISO/IEC_646 |
|
Outside of silly games like IOCCC, did anybody actually use trigraphs? I find it really hard to believe that anybody tolerated trigraphs for serious C programming. Was there an obscure European government agency that actually wrote code with trigraphs?