> Hi,
> I just noticed that the non-BMP Unicode Literals don't seem to work correctly
> in IronPython, this seems to work correctly in cPython 2.7.8:
> Python 2.7.8 (default, Jun 30 2014, 16:03:49) [MSC v.1500 32 bit (Intel)] on
> win32
u"\U00010042"
> u'\U00010042'
> IronPython 2.7.4 (2.7
>> Hi,
>> I just noticed that the non-BMP Unicode Literals don't seem to work correctly
>> in IronPython, this seems to work correctly in cPython 2.7.8:
>> Python 2.7.8 (default, Jun 30 2014, 16:03:49) [MSC v.1500 32 bit (Intel)] on
>> win32
> u"\U00010042"
>> u'\U00010042'
>> IronPython 2.