From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <00c601c3189e$5901dea0$e3944251@insultant.net> From: "boyd, rounin" To: <9fans@cse.psu.edu> References: <3EBB29D8.7030200@null.net>, <622b8580ff4fa7e12cb655bf19694fe8@vitanuova.com> <3EBC7855.8050007@null.net> Subject: Re: [9fans] same functions everywhere MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Mon, 12 May 2003 17:51:26 +0200 Topicbox-Message-UUID: a97759e8-eacb-11e9-9e20-41e7f4b1d025 From: "Douglas A. Gwyn" > rog@vitanuova.com wrote: > > don't most >8bit character encodings (including unicode) provide at > > least one code point to represent "not a character"? > > We're not talking about character codes, but rather data > obtained via getc(). It could be an arbitrary binary stream. yup, getc() returns 8 bits. it does not return unicode chars or unicode codespace characters.