Is there a unicode EOF mark like DOS ascii ctl-z or unix crl-d ?

Erik Max Francis max at alcyone.com
Sun Sep 7 21:01:17 EDT 2003


Bengt Richter wrote:

> I couldn't find one.

Unicode subsumes the normal ASCII control characters, so U0004 is EOT
(end of transmission) just like 0x04 in ASCII is:

	http://www.unicode.org/charts/PDF/U0000.pdf

Unicode also includes a _symbol_ for it at U2404.

-- 
   Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/
 __ San Jose, CA, USA && 37 20 N 121 53 W && &tSftDotIotE
/  \ The work will teach you how to do it.
\__/  (an Estonian proverb)




More information about the Python-list mailing list