GNOME Bugzilla – Bug 311482
attachment name in greek language can't be displayed correctly
Last modified: 2006-03-22 12:10:22 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:
Created attachment 60052 [details] [review] patch
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.
Committed the patch to the CVS HEAD. This bug should be closed.
closing as per last comment.