encoding ascii data for xml

D'Arcy J.M. Cain darcy at druid.net
Sat Oct 4 15:32:16 EDT 2008


On Sat, 04 Oct 2008 12:18:13 -0700
Dennis Lee Bieber <wlfraed at ix.netcom.com> wrote:
> On 4 Oct 2008 06:59:20 GMT, Marc 'BlackJack' Rintsch <bj_666 at gmx.net>
> declaimed the following in comp.lang.python:
> 
> > not whitespace.  BTW `chr(3)` isn't "end of line" but "end of text" (ETX).
> >
> 	Hmm, think I'll need to look up an ASCII chart -- I seem to recall
> ETX as "end of transmission"

Nope, Marc is correct.  EOT, chr(4), is "end of transmission."

-- 
D'Arcy J.M. Cain <darcy at druid.net>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.



More information about the Python-list mailing list