[issue16343] PyUnicode_FromFormatV() doesn't support utf-8 text

2012-10-28 Thread Chris Jerdonek
Chris Jerdonek added the comment: Issue 9769 is still open. It looks like there was some disagreement in the comments between Alexander and Victor as to whether a new issue should be created (since Victor had a different idea when first opening the issue), but it looks like Victor deferred to

[issue16343] PyUnicode_FromFormatV() doesn't support utf-8 text

2012-10-28 Thread Mariano Reingart
Mariano Reingart added the comment: I thought #9769 was closed (in fact, that patch was already applied). Now, PyUnicode_FromFormatV() doesn't handle non-ascii text at all. Maybe I misread the part telling to open a new issue in the comments, sorry for that. --

[issue16343] PyUnicode_FromFormatV() doesn't support utf-8 text

2012-10-28 Thread Chris Jerdonek
Chris Jerdonek added the comment: Shouldn't this patch be attached to the referenced issue 9769 instead of creating a new issue? Even the issue title is nearly the same: 9769: PyUnicode_FromFormatV() doesn't handle non-ascii text correctly 16343: PyUnicode_FromFormatV() doesn't support utf-8

[issue16343] PyUnicode_FromFormatV() doesn't support utf-8 text

2012-10-27 Thread R. David Murray
Changes by R. David Murray : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue16343] PyUnicode_FromFormatV() doesn't support utf-8 text

2012-10-27 Thread Mariano Reingart
New submission from Mariano Reingart: Working in an internationalization proposal I've stopped at #9769 where multi byte encodings (like utf-8) is not supported by PyUnicode_FromFormatV() Beside my proposal, I think utf-8 should