>This batch is not enterely plain-text, as the menu contains characters
>that are ascii codes between 128 and 256, you need 8 bits to encode them.
>They must be encoded into 7 bits so that the file can be sent by email.
>
>I also included this small batch as an attachment because it is much
>easier to extract, specially for those not acustomed to work with
>text editors.
to Alejandro Lieber:
You never saw a line like
Content-transfer-encoding: 8bit
in message headers? Charsets such as ISO-8859-1 allow email transmission for
non-English languages with the proper characters.
Surely straight text, 7 bit or 8 bit, is much easier to extract than base64 or
quoted-printable.