[Mono-bugs] [Bug 77482][Nor] Changed - DirectoryInfo.GetFiles() failes with international characters

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Feb 6 10:29: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 stonebone at planetunreal.com.

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

--- shadow/77482	2006-02-06 10:19:34.000000000 -0500
+++ shadow/77482.tmp.3849	2006-02-06 10:29:18.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 77482
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: stonebone at planetunreal.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -89,6 +89,22 @@
 FileNotFoundException.
 
 ------- Additional Comments From stonebone at planetunreal.com  2006-02-06 10:19 -------
 Created an attachment (id=16453)
 Test program
 
+
+------- Additional Comments From stonebone at planetunreal.com  2006-02-06 10:29 -------
+Example continued:
+
+kweek filetest% mkdir björk
+kweek filetest% MONO_EXTERNAL_ENCODINGS="iso-8859-1" mono --debug
+FileTest.exe björk
+björk exists.
+kweek filetest% rmdir björk
+kweek filetest% MONO_EXTERNAL_ENCODINGS="iso-8859-1" mono --debug
+FileTest.exe björk
+björk does not exist.
+
+
+"björk" is "björk" encoded with UTF-8 (but the terminal is not using
+UTF-8).


More information about the mono-bugs mailing list