Bug 309680

Summary: No display of umlaut characters
Product: [Applications] Necessitas Reporter: Martin Koller <kollix>
Component: Android Qt4Assignee: BogDan Vatra <bogdan>
Status: RESOLVED UNMAINTAINED    
Severity: normal CC: khreichel, tomaslov
Priority: NOR    
Version: beta1   
Target Milestone: Unspecified   
Platform: Android   
OS: Android 4.x   
Latest Commit: Version Fixed In:

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