After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 87050 - File selection dialog fails to show files with non 7bits chars
File selection dialog fails to show files with non 7bits chars
Status: RESOLVED DUPLICATE of bug 86962
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
unspecified
Other other
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-07-01 21:06 UTC by Eric Leclercq
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Eric Leclercq 2002-07-01 21:06:56 UTC
Package: gtk+
Severity: normal
Version: 2.0
Synopsis: File selection dialog fails to show files with non 7bits chars
Bugzilla-Product: gtk+
Bugzilla-Component: GtkFileSel

Description:
With any GTK+ 2 application, the file selection dialog will not show
files with non 7bits chars
and complain with the following error message:
  Gtk-Message: [Invalid UTF-8] The filename "pré-rapport" couldn't be
converted
  to UTF-8 (try setting the environment variable G_BROKEN_FILENAMES):
Invalid
  byte sequence in conversion input

It does however work when setting G_BROKEN_FILENAMES.

I'm using libgtk2.0-0 (deb: 2.0.5-1), with fr_FR@euro as locale (fr_FR
does the same).




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-07-01 17:06 -------

Reassigning to the default owner of the component, gtk-bugs@gtk.org.

Comment 1 Owen Taylor 2002-07-01 22:19:58 UTC
See the GTK+ README for a detailed explanation of why
you should set G_BROKEN_FILENAMES.


*** This bug has been marked as a duplicate of 86962 ***