[Python-Dev] Use of %c and Py_UNICODE

Andrew Kuchling akuchlin@mems-exchange.org
Sat, 16 Dec 2000 19:09:28 -0500


On Fri, Dec 15, 2000 at 11:24:34PM +0100, M.-A. Lemburg wrote:
>Why would you want to fix it ? Format characters will always
>be ASCII and thus 7-bit -- theres really no need to expand the
>set of possibilities beyond 8 bits ;-)

This message is for characters that aren't format characters, which
therefore includes all characters >127.  

--amk