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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Feb 18 15:59:18 EST 2010


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

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


--- Comment #12 from Gabriel Burt <gburt at novell.com> 2010-02-18 20:59:16 UTC ---
Created an attachment (id=343327)
 --> (http://bugzilla.novell.com/attachment.cgi?id=343327)
Patch adding algorithmic Hangul decomposition

This patch adds the Hangul decomposition algorithm (from
http://unicode.org/reports/tr15/#Hangul).

It also includes Alexander's Makefile patch, and a couple more changes to it
and StringNormalizationTestSource.cs so that 'make test' actually tests the
working-copy code, not the system-installed String.Normalize.

With the 'make test' change, I was getting 27,382 errors from make test (make
test | grep Error | wc -l).  With the Hangul decomposition, I now get 4,854.  I
diff'd the 'make test' errors from without and with the patch, and no new
errors are added.

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