[Mono-bugs] [Bug 75288][Nor] Changed - Mono.Data.SqliteClient does
not marshal UTF-8 properly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 16 21:09:12 EDT 2005
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 edd at usefulinc.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75288
--- shadow/75288 2005-06-16 19:43:54.000000000 -0400
+++ shadow/75288.tmp.5020 2005-06-16 21:09:12.000000000 -0400
@@ -1,15 +1,15 @@
Bug#: 75288
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details: Ubuntu Hoary, using tseng's packages
Status: NEW
Resolution:
-Severity:
-Priority: Major
+Severity: Unknown
+Priority: Normal
Component: Sys.Data
AssignedTo: mono-bugs at ximian.com
ReportedBy: edd at usefulinc.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
@@ -80,6 +80,11 @@
int len = strlen (p);
byte [] bytes = new byte [len];
Marshal.Copy (p, bytes, 0, len);
return new String
(System.Text.Encoding.UTF8.GetChars (bytes));
}
+
+------- Additional Comments From edd at usefulinc.com 2005-06-16 21:09 -------
+Don't bother acting on this yet: I'm still working on isolating a test
+case for you. Something weird with encodings is going on, and I
+suppose this might all be my fault...
More information about the mono-bugs
mailing list