[Mono-bugs] [Bug 79618][Wis] Changed - Filedialog does not show names with specials chars
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Oct 7 15:33:29 EDT 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 alex.olk at googlemail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79618
--- shadow/79618 2006-10-07 15:18:28.000000000 -0400
+++ shadow/79618.tmp.15340 2006-10-07 15:33:29.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.1
OS: Windows XP (Cygwin)
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: jordimash at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -29,6 +29,13 @@
$ mono swf-filedialog.exe
** Message: Bad encoding for 'c:\mono\winforms\filedialog\catal\xe0.txt'
And the file is NOT shown for selection. This only happens with Mono on
Win32. Cannot reproduce it on Mono with Linux.
+
+------- Additional Comments From alex.olk at googlemail.com 2006-10-07 15:33 -------
+This is not a FileDialog bug but a IO problem.
+
+FileDialog uses only System.IO stuff to read the content of directories.
+
+So, not a Managed.Windows.Forms problem.
More information about the mono-bugs
mailing list