Bug 309680 - No display of umlaut characters
Summary: No display of umlaut characters
Status: RESOLVED UNMAINTAINED
Alias: None
Product: Necessitas
Classification: Applications
Component: Android Qt4 (show other bugs)
Version: beta1
Platform: Android Android 4.x
: NOR normal
Target Milestone: Unspecified
Assignee: BogDan Vatra
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-07 08:05 UTC by Martin Koller
Modified: 2016-11-06 09:10 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Koller 2012-11-07 08:05:44 UTC
My app shall display german umlaut characters like ÖÄÜöäü
but all I see on the device are rectangles.
I tried with different fonts.

Devices I used: HTC sensation Android 4.0.3, Asus Transformer Pad Android 4.1.1

Reproducible: Always
Comment 1 tomaslov 2012-11-20 20:04:46 UTC
This is probably a duplicate of this one: https://bugs.kde.org/show_bug.cgi?id=309680
Comment 2 karl-heinz reichel 2013-04-12 12:34:22 UTC
What You can do is: Enumerate all available fonts on the platform with QFontDatabase::families.
Some of them seem to be complete (at least with german umlauts).

It is not a fix, but maybe a workaround.
Comment 3 Martin Koller 2016-11-06 09:10:01 UTC
Android support is now in std. Qt