[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 May 14 16:57:13 EDT 2010


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

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


Damien Diederen <dd at crosstwine.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #359244|0                           |1
        is obsolete|                            |

--- Comment #32 from Damien Diederen <dd at crosstwine.com> 2010-05-14 20:57:12 UTC ---
Created an attachment (id=362385)
 --> (http://bugzilla.novell.com/attachment.cgi?id=362385)
Globalization.IdnMappingTest: U+0221 is not unassigned anymore, use U+18b0

U+0221 is LATIN SMALL LETTER D WITH CURL in Unicode 4.0, and is recognized as a
valid letter in recent versions of the .NET framework.  This causes
GetAsciiInvalid to (unexpectedly) succeed, and the test to fail.

Use U+18b0 instead, which is unassigned as of Unicode 5.2 and .NET 3.5 SP1.

-- 
Configure bugmail: http://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.


More information about the mono-bugs mailing list