Thanks for the answers! Setting LANG is no option for us because the application does not run on our own systems. We tried to set G_BROKEN_FILENAMES but the behaviour didn't change :(
Are there any other settings we need to change to get this working? J�rg > -----Original Message----- > From: Jonathan Pryor [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 11, 2003 3:20 AM > To: J�rg Rosenkranz > Cc: [EMAIL PROTECTED] > Subject: Re: [Mono-list] Non ASCII characters in file names > > > The short answer is: Mono uses glib, which assumes that > everything is in > UTF-8. The filename you're seeing is likely a valid UTF-8 > string; view > it in Nautilus or Rox and see if it looks right. :-) > > See: > http://bugzilla.ximian.com/show_bug.cgi?id=30781 > http://bugzilla.gnome.org/show_bug.cgi?id=93751 > > The fix is (should be?) to set the G_BROKEN_FILENAMES environment > variable (to 1 -- export G_BROKEN_FILENAMES=1). > > - Jon > > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
