I would be very happy if someone would run an exploder that
1: converts QP into plain 8-bit text
2: converts MIME base-64 to uuencode
3: removes all other traces of MIME data corruption
4: strips the damn high bit
ASCII rules. It is a subset of RTF-8, Latin-1, Latin-2, Mac, PC-8...
Everyone should use ASCII. Guess what? ASCII is a _superset_ of
what you need for ANSI C. What if my mailer sent everything to
you after trigraph conversion because your sendmail does not tell
mine something like TRIGRAPH_NOT_REQUIRED? ASCII even supports
things like _underline_, *boldface*, /italic/ and large:
## #### #### # #
# # # # # # #
# # #### # # #
###### # # # #
# # # # # # # #
# # #### #### # #
###### #### ##### ###### # # ###### #####
# # # # # # # # # # #
##### # # # # ##### # # ##### # #
# # # ##### # # # # #####
# # # # # # # # # # #
# #### # # ###### ## ###### # #
I think everyone should be happy that there is a fine characterset
called ASCII that is compatible with damn near everything.
I hate it when everyone thinks they need a different characterset.
ASCII is _the_ standard. Anything else is not. Maybe you could
read this in EBCDIC or ISO 31-bit? Maybe C= 64 encoding, with
the uppercase and lowercase reversed? There has to be a standard,
and ASCII is that standard. Before MIME there was ASCII. ASCII
will exist until the end of charactersets. Since ASCII satisfies
every need (with uuencode+gzip), you should be happy too.
My standard was there first, and C complies with it.