[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hebrew Under gbiff
On 2001 December? 12 ,Wednesday 12:18, Eli Marmor wrote:
> Aharon Schkolnik wrote:
..
> > =?WINDOWS-1255?Q?=E0=E4=F8
> >
> > Does anyone know why this is, and if there is anything I can do
> > about it ?
..
> The header you quoted, is encoded in a BASE64 MIME format.
> If it is not decoded, it means that the application you use (gbiff
> in this specific case) doesn't know how to decode BASE64. Or that
> it is not configured to do it.
Actually, that header is encoded in Quoted-Printable. The format is
charset followed by encoding method, where Q is Quoted-Printable and
B is Base 64.
Usually, converters look for the body of the message, and if one of
the headers says that it is decoded (either as Quoted-Printable or
Base64), they decode it. There are some mail converters who fail to
convert the headers. For example, I run an old version of Eudora on
my Mac, and it decodes those headers well if the charset is familiar
to them, and leave it as is if the charset is unfamiliar.
Herouth
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il