[Mono-bugs] [Bug 480152] string.Normalize() frequently produces incorrect output

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Apr 17 19:44:59 EDT 2010


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

http://bugzilla.novell.com/show_bug.cgi?id=480152#c29


--- Comment #29 from Damien Diederen <dd at crosstwine.com> 2010-04-17 23:44:58 UTC ---
Created an attachment (id=355159)
 --> (http://bugzilla.novell.com/attachment.cgi?id=355159)
Normalization: Fix indexing error

'I' denotes the offset into the currently examined decomposition, and
not into 'mappedChars'; the corresponding array index is 'idx + i'.

I don't have a test case triggering this one, but it can potentially be the
source of "interesting" headaches.

-- 
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