4b67e11e36
Tue Aug 13 2002 Havoc Pennington <hp@redhat.com> - install glib2.sh and glib2.csh to set G_BROKEN_FILENAMES - blow away unpackaged files in install
5 lines
190 B
Bash
5 lines
190 B
Bash
## This caused GLib2 applications to convert filenames from
|
|
## locale encoding to UTF-8. If the locale encoding is already
|
|
## UTF-8 then it makes no difference.
|
|
|
|
export G_BROKEN_FILENAMES=1 |