http://bugzilla.novell.com/show_bug.cgi?id=628615
http://bugzilla.novell.com/show_bug.cgi?id=628615#c0 Summary: FolderBrowserDialog does not properly display Unicode characters in folder names Classification: Mono Product: Mono: Class Libraries Version: 2.6.x Platform: Other OS/Version: Ubuntu Status: NEW Severity: Normal Priority: P5 - None Component: Windows.Forms AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 Browsing to folder names that contain Unicode characters such as "stöpsel" get displayed as something like "st□psel". Tested on latest Mono from badgerports on Ubuntu lucid. Works on Windows 7 .NET 4.0. Reproducible: Always Steps to Reproduce: Directory.CreateDirectory(Path.Combine(Path.GetTempPath(), "stöpsel")); var select = new FolderBrowserDialog { SelectedPath = Path.GetTempPath() }; select.ShowDialog(); MessageBox.Show(select.SelectedPath); -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
