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 86962 - can't display folders or files which is not english charcter
can't display folders or files which is not english charcter
Status: RESOLVED NOTABUG
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.0.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 87050 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-07-01 04:56 UTC by huzheng
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description huzheng 2002-07-01 04:56:44 UTC
i have some file or folder which 's filename is not in enlish,but in
Chinese,and the filesel diaglog will not show those file or folders.
Comment 1 Owen Taylor 2002-07-01 12:56:37 UTC
From the GTK+ README:

* The assumption of GLib and GTK+ by default is that filenames on the
  filesystem are encoded in UTF-8 rather than the encoding of the locale;
  The GTK+ developers consider that having filenames whose interpretation
  depends on the current locale is fundamentally a bad idea.

  If you have filenames encoded in the encoding of your locale, then
  you may want to set the G_BROKEN_FILENAMES environment variable:

   G_BROKEN_FILENAMES=1
   export G_BROKEN_FILENAMES

  Best integration of GTK+-2.0 with the environment is achieved by
  using a UTF-8 locale.

I assume this is your problem.
Comment 2 Owen Taylor 2002-07-01 22:19:57 UTC
*** Bug 87050 has been marked as a duplicate of this bug. ***