On Thu, 2003-07-24 at 17:57, Juraj Kubelka wrote: > Hi, > > I have problem with nautilus. I would like to create file names in > iso-8859-2 coding but nautilus use utf-8.
You should really switch over to UTF-8. It's the only sane character encoding for filenames. > How can I change it? > Or is problem in kernel or mount sets (/etc/fstab)? If you really, really, want to use the locale encoding for filenames, you can set G_BROKEN_FILENAMES in the environment. But again, it's much better to switch over to UTF-8.

