https://bugzilla.novell.com/show_bug.cgi?id=643372

https://bugzilla.novell.com/show_bug.cgi?id=643372#c1


Zoltan Varga <var...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |var...@gmail.com

--- Comment #1 from Zoltan Varga <var...@gmail.com> 2010-10-04 00:07:44 UTC ---
Its not the length that is the problem, but the string itself, which contains
invalid unicode characters, i.e. at name [0xd800] == 0xd800, which is a
'high-surrogate code unit', it should be followed by a 'low surrogate code
unit':
http://www.unicode.org/glossary/#surrogate_code_point

MS.NET seems to silently ignore these, while we detect it during utf16->utf8
conversion, and assert later.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to