[Mono-list] Non ASCII characters in file names

Jörg Rosenkranz joergr@voelcker.com
Thu, 11 Sep 2003 10:19:36 +0200


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:jonpryor@vt.edu] 
> Sent: Thursday, September 11, 2003 3:20 AM
> To: Jörg Rosenkranz
> Cc: mono-list@lists.ximian.com
> 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
> 
>