[Mono-bugs] [Bug 527414] String.Normalize throws a SystemException
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Aug 3 11:00:36 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=527414
User aenomoto at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=527414#c5
Atsushi Enomoto <aenomoto at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #5 from Atsushi Enomoto <aenomoto at novell.com> 2009-08-03 09:00:34 MDT ---
It had better be written as escaped string as:
string[] strings = new string[] {
"\u0633\u0644\u0648 \u0643\u0648\u0654\u0648\u0633
\u0627\u0644\u0637\u0644\u0627",
"\u062D\u0628\u064A\u062A\u0643
\u0648\u0627\u0644\u0634\u0648\u0642 \u0627\u0646\u064A\u0654\u0627\u0644",
"\u0632\u0647\u0631\u0629
\u0627\u0644\u0645\u062F\u0627\u064A\u0654\u0646mp3",
"\u064A\u0627\u0632\u0627\u064A\u0654\u0631\u064A \u0641\u064A
\u0627\u0644\u0636\u062D\u0649",
"\u0627\u0654\u0648\u0654\u0645\u0646mp3",
"\u0648\u0644\u064A \u0641\u0648\u0654\u0627\u062F",
"\u0639\u0645 \u064A\u0633\u064A\u0654\u0644\u0648\u0646\u064A
\u0639\u0644\u064A\u0643 \u0627\u0644\u0646\u0627\u0633",
"\u0644\u064A\u0654\u0646\u0643 \u0639\u064A\u0646\u064A",
"\u0633\u064A\u062F\u064A
\u0627\u0644\u0631\u064A\u0654\u064A\u0633",
"\u0644\u0627 \u0645\u0627\u0641\u0631\u064A\u0654\u0646\u0627
\u0627\u0644\u0632\u0645\u0627\u0646"
};
Hence it can be opened on any platform / language environment.
BTW this crash was already been fixed in trunk a few weeks ago. I don't track
down output differences as .NET string normalization is too buggy.
--
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