[Portland-bugs] [Bug 8694] New: xdg-email's url_encode: bug in escaping

bugzilla-daemon at annarchy.freedesktop.org bugzilla-daemon at annarchy.freedesktop.org
Tue Oct 17 15:24:23 PDT 2006


Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=8694          
     
           Summary: xdg-email's url_encode: bug in escaping
           Product: Portland
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: xdg-utils
        AssignedTo: portland-bugs at lists.freedesktop.org
        ReportedBy: kevin.krammer at gmx.at


Just finished some tests with xdg-email and German Umlauts in texts like 
subject

For example:
./xdg-email test at foo.com --subject Ãœberraschung

This generates the following mailto URI:
mailto:test at foo.com?subject=Ã%9Cberraschung

Correct would be
mailto:test at foo.com?subject=%C3%9Cberraschung

Seems the first part (Ã vs. %C3) is not escaped correctly

The transcoding to UTF-8 ny iconv is correct (checked by using QString in a 
C++ program to transcode the word)          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Portland-bugs mailing list