[Python-Dev] Use of %c and Py_UNICODE

Greg Ewing greg@cosc.canterbury.ac.nz
Mon, 18 Dec 2000 13:02:32 +1300 (NZDT)


"M.-A. Lemburg" <mal@lemburg.com>:

> Format characters will always
> be ASCII and thus 7-bit -- theres really no need to expand the
> set of possibilities beyond 8 bits ;-)

But the error message is being produced because the
character is NOT a valid format character. One of the
reasons for that might be because it's not in the
7-bit range!

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg@cosc.canterbury.ac.nz	   +--------------------------------------+