From: Richard Wordingham
Message: 4539
Date: 2005-03-26
>*NO*.
> --- Richard Wordingham
> <richard.wordingham@...> wrote:
>
> >
> >
> > --- In qalam@yahoogroups.com, "Nicholas Bodley"
> > <nbodley@...> wrote:
> > > On Fri, 25 Mar 2005 11:02:56 -0500, Richard
> > Wordingham
> > > <richard.wordingham@...> wrote:
> > >
> > > > I've been doing some experiments (results at
> > > > http://groups.yahoo.com/group/JRW_test/messages
> > ). The conclusion
> > is
> > > > that for general character sets, the only
> > general purpose workable
> > way
> > > > from a browser window is for both sender and
> > receiver to manually
> > select
> > > > UTF-7. Unfortunately, this is not available
> > from Internet
> > Explorer 6.0,
> > > > at least not on Windows XP. (It is from
> > Firefox, but not everyone
> > may
> > > > use the browser they prefer.)
>
> My first and main point, is that UTF-8 is just as
> suitable as UTF-7.
> > Thus UTF-8 collides with C1 control codes.It collides if you send UTF-8 down a channel expecting ISO-8859 bytes.
> > > 2. Probably identical with 1.; I didn't check
> > carefully, char. by char.
>
> collides with C1 control characters? the codepoints
> corresponding to c1 in Unicode like the ISO-8859
> series are empty.
> If you look at the source of the first test messageHow do I hack into the Yahoo system to change the way they convert
> (Test Posting of Latin-A Via Firefox 1.0 ) you'll find
> the following lines in the mail header:
>
> Content-Type: text/plain; charset=ISO-8859-1
> Content-Transfer-Encoding: base64
>...
> So in essence, you're utf-8 test was flawed. You'll
> need to redo it, sending the email as actual utf-8
> email message.