Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 221115 - app-mobilephone/kmobiletools UTF-8 in AT-Engine
Summary: app-mobilephone/kmobiletools UTF-8 in AT-Engine
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-09 16:55 UTC by Kamil Kamiński
Modified: 2009-11-16 20:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kamil Kamiński 2008-05-09 16:55:22 UTC
People using KMobiletools's AT Engine with UTF-8 encoding are getting strange characters. Encoding is done incorrectly and because KMobiletools development team is not going (?) to fix this for a loooong time (a year? more?).. I'd like to propose a hack for current (kmobiletools-0.5.0_beta3.

In engines/at_engines/at_jobs.cpp :: decodeString() last return is:
return text;
and simply - it should be:
return QString::fromUtf8(text);

Reproducible: Always

Steps to Reproduce:
1.Import non-UCS2 (and non-US-ASCII) phoenebook using AT Engine




"Bug" in every known (to me) kmobiletools version.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-10-20 17:02:46 UTC
Last release is for KDE3-only (0.5.0_beta3 from 2007).

http://prdownload.berlios.de/kmobiletools/kmobiletools-0.5.0-beta3.tar.bz2