[Mono-bugs] [Bug 480178] System.Globalization.CharUnicodeInfo.GetUnicodeCategory() does not handle surrogate characters appropriately.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Apr 16 17:07:35 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=480178

http://bugzilla.novell.com/show_bug.cgi?id=480178#c5


--- Comment #5 from Damien Diederen <dd at crosstwine.com> 2010-04-16 21:07:34 UTC ---
Attached are two series of patches (the one above for mono, the one
below for mcs) which solve this bug.  They should apply cleanly on top
of trunk at 147679.

Unfortunately, there are some incompatibilities (besides support for a
larger code space) between the target these fixes tries to mimic
(Microsoft .NET 3.5 SP1), and previous versions of the runtime.  This
first iteration does *not* address that problem; suggestions on how to
accommodate the multiple variations are welcome.

Note: I do not expect this series to be committed as-is, but just in
case: ideally, the critical changes for mono and mcs (marked with
CAUTION notes) should be committed in the same SVN transaction to
minimize the likeliness of a mismatch and associated low-level
crashes.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list