[Mono-bugs] [Bug 60120][Nor] Changed - DirectoryInfo.GetFiles skips files with invalid UTF-8
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 13 Jun 2004 19:57:09 -0400 (EDT)
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60120
--- shadow/60120 2004-06-13 07:00:06.000000000 -0400
+++ shadow/60120.tmp.15411 2004-06-13 19:57:09.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 60120
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: System
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: gonzalo@ximian.com
ReportedBy: jorn@nl.linux.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: DirectoryInfo.GetFiles skips files with invalid UTF-8
@@ -31,6 +31,12 @@
LC_ADDRESS="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
LC_IDENTIFICATION="en_GB.UTF-8"
LC_ALL=en_GB.UTF-8
jorn >
+
+------- Additional Comments From gonzalo@ximian.com 2004-06-13 19:57 -------
+This bug has already been reported and closed (may be not, don't
+remember). It's turning annoying so I'm gonna try to make this work
+even for improper UTF8 files.... I already have something, but won't
+commit until beta3 is out and I do more testing.