Christian M. Cepel writes: | John Chambers wrote: | | >Since ABC is widely used to send tunes via email, ABC ends up being | >embedded inside messages in lots of other formats. It's fairly common | >for this to garble the ABC, as the encoding software is usually | >debugged only with ordinary (English) text. ... | Ran into this nonsense mailing a gal a php proggie I had written for her | to convert medline source references into CSV txt file... | | She (unfortunately everyone on campus who doesn't know any better) is | using exchange. Finally had to send her a zip. | | <?php | | and so on and so forth.
Yeah; in this list we notice how email software damages ABC, but it's a well-known problem in most programming languages. Back before 1990, when most email software was written by programmers for programmers, it was less common (though it did happen). But then the commercial folks jumped onto this new Internet thing, and they decided to scrap all that techie stuff and write "user-friendly" software. The results were generally programmer-hostile. It effects everyone who tries to use email to send anything that is formatted differently from English. In ABC, a string like A2B4c2 will be treated as six tokens by most "intelligent" email software, and newlines may be inserted anywhere. When one is inserted before one of the numbers, the result usually doesn't work correctly, since most ABC software doesn't know what to do with a number at the start of a line/staff. But this has been at least a minor headache for programmers since we first had email back in the 70's. Despite attempts to make email standards that prevent such damage, the problem is probably worse now than ever. What's funny is all the software that wraps lines at 80 or 72 chars. This is referred to in the literature as the symptom of a "punch card mind". How many computer users nowadays have ever seen or used a punch card? I have a couple in a box as souvenirs. That 72 is especially bizarre. How many people these days could even tell you where that strange number comes from? But lots of software does it. I guess you could call it a tradition ... To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html
