Bug 313393 - dbus call to openComposer does not handle properly non-latin 1 characters
Summary: dbus call to openComposer does not handle properly non-latin 1 characters
Status: RESOLVED FIXED
Alias: None
Product: kmail2
Classification: Applications
Component: general (show other bugs)
Version: 4.9.5
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-17 08:48 UTC by Médéric Boquien
Modified: 2013-02-12 08:11 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.10.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Médéric Boquien 2013-01-17 08:48:58 UTC
When using the dbus call to openComposer, non-latin 1 characters are automatically transformed into question marks.

Reproducible: Always

Steps to Reproduce:
1. qdbus org.kde.kmail /KMail org.kde.kmail.kmail.openComposer "" "" "" "" "“”" False

Actual Results:  
Then mail composer opens and the curved quotes in the second to last argument which corresponds to the body message are transformed into question mark. This is the case if I use any non latin-1 character. 

Expected Results:  
Non latin-1 characters are displayed properly.

1. The default encoding of my mails has no effect on this.
2. A test call to knotify properly displays any non-latin 1 character, which is why I file this bug under kmail. 
3. KMail displays properly non-latin 1 characters in other fields, such as the subject (third to last argument in the dbus call)
Comment 1 Laurent Montel 2013-01-17 09:33:18 UTC
I confirm it