[Mono-bugs] [Bug 57224][Min] Changed - files that are invisible to DirectoryInfo.GetFiles("*")

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 20 Apr 2004 07:46:41 -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 dick@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=57224

--- shadow/57224	2004-04-19 10:47:42.000000000 -0400
+++ shadow/57224.tmp.12856	2004-04-20 07:46:41.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 57224
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Mandrake Linux 10.0 Community Edition
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: 002 Two hours
 Priority: Minor
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: michael@ivanic.id.au               
 QAContact: mono-bugs@ximian.com
@@ -116,6 +116,17 @@
 running is also without switches.
 
 Thanks for your help with this, hope its not just some stupid bug of mine :)
 
 Regards,
 Michael
+
+------- Additional Comments From dick@ximian.com  2004-04-20 07:46 -------
+Unless the filenames are encoded in utf-8 you need to tell mono which
+encodings to try - it's impossible to guess reliably, and unless we
+can turn the name into utf-16 internally we can't do anything with it.
+
+eg export MONO_EXTERNAL_ENCODINGS=latin1
+
+means try latin1.
+
+(Reopen if this doesn't fix it)