[Mono-bugs] [Bug 628615] New: FolderBrowserDialog does not properly display Unicode characters in folder names

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Aug 5 05:01:43 EDT 2010


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: mono-bugs at lists.ximian.com
        ReportedBy: inspiration3 at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list