This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients lemburg, mark.dickinson, rpetrov, vstinner
Date 2009-02-24.19:38:49
SpamBayes Score 2.3642246e-05
Marked as misclassified No
Message-id <1235504390.94.0.374066402211.issue4474@psf.upfronthosting.co.za>
In-reply-to
Content
Updated Victor's patch:

  - applies cleanly against newly whitespace-normalized unicodeobject.c
  - renamed USE_WCHAR_SURROGATE to CONVERT_WCHAR_TO_SURROGATES
  - add defined(SIZEOF_WCHAR_T) check

I find the patched version of PyUnicode_FromWideChar quite hard to follow 
with all the #ifdefery.  I wonder whether it might be better to define a 
_PyUnicode16_FromWideChar32 helper function instead.
History
Date User Action Args
2009-02-24 19:39:51mark.dickinsonsetrecipients: + mark.dickinson, lemburg, vstinner, rpetrov
2009-02-24 19:39:50mark.dickinsonsetmessageid: <1235504390.94.0.374066402211.issue4474@psf.upfronthosting.co.za>
2009-02-24 19:38:50mark.dickinsonlinkissue4474 messages
2009-02-24 19:38:50mark.dickinsoncreate