[Mono-bugs] [Bug 320261] DirectoryInfo.GetFiles() failes with international characters

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Sep 25 17:45:16 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=320261#c1


Miguel de Icaza <miguel at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |miguel at novell.com
           Severity|Normal                                          |Enhancement
           Priority|P3 - Medium                                     |P4 - Low




--- Comment #1 from Miguel de Icaza <miguel at novell.com>  2007-09-25 15:45:15 MST ---
The problem is that we can consume the encodings on input (to translate file
system encodings into Unicode).   But there is no easy way of going from
Unicode to any particular encoding on the file system.

It could certainly be fixed, with something like the IOMAP support in Mono, but
it would slow down all operations. 


-- 
Configure bugmail: https://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