Bug 165798

Summary: command plasmoid not umlaut-safe
Product: [Plasma] plasma4 Reporter: Andreas Kuhl <mail>
Component: generalAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andreas Kuhl 2008-07-05 17:08:21 UTC
Version:            (using Devel)
Installed from:    Compiled sources

The plasmoid, which frequently runs a command and display its output, does not show german umlauts (tested with "df -h". The broken umlauts do a lot look like unconverted UTF8 chars.
Comment 1 Aaron J. Seigo 2008-07-05 19:44:44 UTC
SVN commit 828398 by aseigo:

proper text encoding.

Louai: this applet has numerous issues, such as no license text in the source files and using proxy widgets when they aren't actually needed, or setting the geometry of the widget in the paint event (just use a layout). please take a look at these issues. the applet apparently has users (see the bug report) so i'm sure they'd appreciate it too =) thanks ...

CCMAIL:louai.khanji@gmail.com
BUG:165798


 M  +2 -2      systemcommand.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=828398
Comment 2 Louai Al-Khanji 2008-07-07 14:05:12 UTC
I am aware of most of the issues, I wrote this for a friend in half an hour and did not touch it afterwards... Planning to fix at least the most grave issues, on vacation right now though ;)