5 lines
189 B
Tcsh
5 lines
189 B
Tcsh
|
## This caused GLib applications to convert filenames from
|
||
|
## locale encoding to UTF-8. If the locale encoding is already
|
||
|
## UTF-8 then it makes no difference.
|
||
|
|
||
|
setenv G_BROKEN_FILENAMES 1
|