PEP-0263 and default encoding
Erik Max Francis
max at alcyone.com
Wed Oct 1 03:26:44 EDT 2003
More information about the Python-list mailing list
Wed Oct 1 03:26:44 EDT 2003
- Previous message (by thread): PEP-0263 and default encoding
- Next message (by thread): PEP-0263 and default encoding
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): PEP-0263 and default encoding
- Next message (by thread): PEP-0263 and default encoding
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list