[EMAIL PROTECTED] wrote:

> UTF-8 files both with and without a BOM serialize the character
> representations into bytes (octets) in exactly the same way. That's the
> basis for distinguishing between encoding schemes, and since there isn't a
> difference, there is only one encoding scheme involved in both cases.

I don't think so.  One encoding scheme encodes U+0020 (a single space character) as
one byte (0x20), whereas the other one encodes it as four bytes
(0xEF 0xBB 0xBF 0x20).

-- 

Schlingt dreifach einen Kreis um dies! || John Cowan <[EMAIL PROTECTED]>
Schliesst euer Aug vor heiliger Schau,  || http://www.reutershealth.com
Denn er genoss vom Honig-Tau,           || http://www.ccil.org/~cowan
Und trank die Milch vom Paradies.            -- Coleridge (tr. Politzer)

Reply via email to