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 349458 - Accented letters garbled in "Save As"
Accented letters garbled in "Save As"
Status: RESOLVED DUPLICATE of bug 347544
Product: GIMP
Classification: Other
Component: User Interface
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-07-31 17:08 UTC by Egmont Koblinger
Modified: 2008-01-15 13:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Egmont Koblinger 2006-07-31 17:08:49 UTC
If I edit an image whose filename contains accented letters, and I choose "Save As", non-ascii bytes are converted to %XX (hex representation) in the filename offered. E.g. I edit "béla.png", choose Save As, the offered new name is "b%C3%A9la.png". If I do not edit this name, the image is stored with this name (with percent sign and hex digits in the filename, i.e. this string is not converted back to a normal accented letter).

The "Save As" dialog should show the filename in a human readable form, it should be the same as the filename used so far, accented characters should be treated exactly as nonaccented ones are treated.

(I have a fully UTF-8 environment, locales set correctly, filenames all encoded in UTF-8. I work with local files.)
Comment 1 Michael Schumacher 2006-07-31 17:32:45 UTC
Seems to be similiar to bug #347544.
Comment 2 Egmont Koblinger 2006-07-31 18:17:02 UTC
Yes, really. The fix from the CVS fixes this one, too. Thanks.


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