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 581816 - render output filename not in unicode
render output filename not in unicode
Status: VERIFIED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal trivial
: 0.13.4
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-08 02:04 UTC by Jean-François Fortin Tam
Modified: 2010-02-05 22:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
complete... if you are on a utf8 system :( (1.72 KB, patch)
2009-09-16 20:52 UTC, Karl Palsson
none Details | Review
better patch, decoding the url to always get a real utf8 string (1.45 KB, patch)
2009-09-16 21:17 UTC, Karl Palsson
none Details | Review

Description Jean-François Fortin Tam 2009-05-08 02:04:34 UTC
Spaces are replaced by %20 in the render dialog, and so if you go to change the filename again (without actually changing it), this will also have the side effect that you get %20 in the output filename.
Comment 1 Jean-François Fortin Tam 2009-05-08 02:11:55 UTC
Actually, it's not just spaces; if you use accents and such, you'd better render directly and not decide to revisit the file chooser dialog without retyping the filename.
Comment 2 Karl Palsson 2009-09-16 20:23:36 UTC
verified still in 0.13.3
Comment 3 Karl Palsson 2009-09-16 20:52:23 UTC
Created attachment 143300 [details] [review]
complete... if you are on a utf8 system :(

This patch makes the filename box show what you expect, and reentering the filename box show what you expect, BUT, as in the gtk docs, we can't _reallly_ be sure what the encoding is.

Perhaps it would be better to translate backwards from the URI?
Comment 4 Karl Palsson 2009-09-16 21:17:30 UTC
Created attachment 143301 [details] [review]
better patch, decoding the url to always get a real utf8 string 

This one should be much much better. It also fixes the bug in the old patch that got the path setting wrong.

however, it imports more libs.
Comment 5 Alessandro Decina 2009-09-17 11:39:07 UTC
commit edd856016b79879c0e9845fd5b87d631661aabac
Author: Karl Palsson <bugs@tweak.net.au>
Date:   Wed Sep 16 23:39:07 2009 +0000

    Fixes bug blah, the filename display with non ascii chars