In message <mailman.1132.1285714474.29448.python-l...@python.org>, Brendan Miller wrote:
> It seems that characters not in the ascii subset of UTF-8 are > discarded by c_char_p during the conversion ... Not a chance. > ... or at least they don't print out when I go to print the string. So it seems there’s a problem on the printing side. What happens when you construct a UTF-8-encoded string directly in Python and try printing it the same way? -- http://mail.python.org/mailman/listinfo/python-list