PEP-0263 and default encoding

Erik Max Francis max at alcyone.com
Wed Oct 1 03:26:44 EDT 2003


Klaus Alexander Seistrup wrote:

> Please, could you explain what you mean by "the UTF-8 BOM"?

Byte order marker.  It's a clever gimmick Unicode uses, where a few
valid Unicode characters are set aside for being used in sequence to
help determine whether an encoded Unicode stream is little-endian or
big-endian.

-- 
   Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/
 __ San Jose, CA, USA && 37 20 N 121 53 W && &tSftDotIotE
/  \ People say that life is the thing, but I prefer reading.
\__/  Logan Pearsall Smith




More information about the Python-list mailing list