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 350801 - g_filename_to/from_utf8 functions not wrapped
g_filename_to/from_utf8 functions not wrapped
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: gobject
2.8.0
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks: 168760
 
 
Reported: 2006-08-10 20:10 UTC by Stephen Kennedy
Modified: 2006-08-10 20:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stephen Kennedy 2006-08-10 20:10:29 UTC
This makes dealing with non utf8 filesystems problematic.
Comment 1 Gustavo Carneiro 2006-08-10 20:25:49 UTC
The following APIs are in pygobject 2.11.x:

gobject.filename_from_utf8(...)
gobject.filename_display_basename(...)
gobject.filename_display_name(...)

filename_display_basename(...) and filename_display_name(...) can be used to replace g_file_name_to_utf8.