New submission from Saul Spatz:
In trying to build a SWING module on Windows with 64-bit python, I get the
linker errors listed at the bottom of this message.
I have this problem with both python 2.7 and 3.2. I have built the project
without problems on Windows with 32-bit python, and a
Saul Spatz added the comment:
>b'\xe0\x80'.decode('utf-8', 'replace') returns >one U+FFFD and not two. I
>don't think that is right.
I think that one U+FFFD is correct. The on;y error is a premature end of
data.
On Thu, May 17, 2012 at 12:31 PM, S
Changes by Saul Spatz :
--
nosy: +spatz123
___
Python tracker
<http://bugs.python.org/issue8271>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Saul Spatz :
The attached script produces the output
'A\ufffdBC\ufffd'
'A\ufffdBC'
although it seems to me that both lines should be the same. The first line is
correct, I think, since the at the end is a maximal subpart of an
ill-formed subsequen