https://bugs.kde.org/show_bug.cgi?id=259039

--- Comment #7 from csbugs <b...@clearingstelle-eeg.de> ---
Well, FWIW:
Initially I thought KMail would simply interpret the CLI input as latin-1 or
similar, because "Beste Grüße" became "Beste Grüße.
But when I do something like
$> body="$(echo "Beste Grüße"|iconv -f utf8 -t iso8859-1)"
$> echo "$body"
Beste Gr��e
$> kmail --body "$body" someb...@somewhere.tld
I get the following in the mail body:
"Beste Gr��e"

So I can't even work around this bug in scripts - and that *is* bad news.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to