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 311482 - attachment name in greek language can't be displayed correctly
attachment name in greek language can't be displayed correctly
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Tasks
2.2.x (obsolete)
Other All
: Normal normal
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2005-07-25 12:57 UTC by Nikos Charonitakis
Modified: 2006-03-22 12:10 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
patch (1.76 KB, patch)
2006-02-24 10:51 UTC, Xiurong Simon Zheng
committed Details | Review

Description Nikos Charonitakis 2005-07-25 12:57:29 UTC
Please describe the problem:
i created a text file with gedit and gave it a greek name (greek character set)
then i placed it in attachments bar in a task.
Untll here everything is ok.
Next time i opened the task, i see the name of the attchment as a sequence of
characters like these %cf%88%cf%8e%ce%bd%ce%b9%ce%b1

Steps to reproduce:
1. 
2. 
3. 


Actual results:
i see filename as a strang sequence of characters

Expected results:
to see it in my language as originaly created

Does this happen every time?
yes

Other information:
Comment 1 Xiurong Simon Zheng 2006-02-24 10:51:16 UTC
Created attachment 60052 [details] [review]
patch
Comment 2 Xiurong Simon Zheng 2006-02-24 11:02:06 UTC
URI is eacaped ASCII-encoded for locilized characters, like "file:///home/zheng/%e5%ae%b6%e5%8e%bb.sxw". This string is regards as valid ASCII string when generating mime part, then directly showed to users. Hence we should use filename instead of uri. 
Comment 3 Xiurong Simon Zheng 2006-03-06 10:21:14 UTC
Committed the patch to the CVS HEAD. This bug should be closed.
Comment 4 André Klapper 2006-03-22 12:10:22 UTC
closing as per last comment.