[Kde-bindings] [Bug 105084] Python DCOP query issues with non-ASCII characters
David Ammouial
da at weeno.net
Thu Sep 28 07:25:36 UTC 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=105084
------- Additional Comments From da weeno net 2006-09-28 09:25 -------
The problem still shows up now.
In fact, it displays UTF-8 strings as if they were iso-8859-15.
Example:
>>> import pcop
>>> pcop.dcop_call('knotify', 'default', 'notify', ('Event Foo', 'App Bar', 'é', '', '', 16, 0))
This gives a popup containing "é" instead of "é", which means that the 2 bytes of the utf-8 character are interpretated as 2 separate 8-bit characters.
Please note that my system charset is UTF-8.
KDE 3.5.4
Python 2.4.4c0 (Debian sid package 2.4.3-11)
python-dcop (Debian sid package 4:3.5.3-1+b1)
--
David Ammouial
More information about the Kde-bindings
mailing list