Hello!
 
I'm porting an asp.net application to run under mono on linux (Mandrake). The porting has been pretty painless up until now.
 
When I use System.IO.Directory.GetFiles to get a listing of all files in a specific directory I do not get all files in return. All files with filenames containing swedish letters are left out. Linux itself handles them perfectly, I can search for the files, browse for them and look at them (they are image files...). When run under .NET the application behaves perfectly.
 
Has anybody seen this behaivour before? Is it a known issue?
 
Regards
 
/Martin

Reply via email to