[Mono-bugs] [Bug 77315][Nor] Changed - Invalid Unicode surrogate
handling
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jan 21 11:21:18 EST 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77315
--- shadow/77315 2006-01-20 07:16:07.000000000 -0500
+++ shadow/77315.tmp.25791 2006-01-21 11:21:18.000000000 -0500
@@ -2,21 +2,20 @@
Product: Mono: Runtime
Version: 1.1
OS: GNU/Linux [Other]
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: interop
AssignedTo: mono-bugs at ximian.com
ReportedBy: pawel.sakowski at mind-breeze.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Invalid Unicode surrogate handling
Description of Problem:
The internal string representation (UTF-16) allows for certain invalid
strings to appear in the program, when the surrogate characters
(U+D800-U+DFFF) don't pair correctly. I've identified three problems
@@ -105,6 +104,10 @@
matching that issue which has the biggest impact.
------- Additional Comments From pawel.sakowski at mind-breeze.com 2006-01-20 07:16 -------
Created an attachment (id=16379)
A proposed fix for the 3 issues (hunks related to individual issues can be easily extracted)
+
+------- Additional Comments From vargaz at gmail.com 2006-01-21 11:21 -------
+eno, could you look at this stuff ?
+
More information about the mono-bugs
mailing list