Am 19.04.2013 18:41, schrieb Paweł "Gibol" Gibaszek:
> I have a problem displaying some of polish characters in my android app.
> ó ł are displaying ok, but instead of żźćśńąę i get [].
[...]
> Any ideas how to fix it?
The bugs
https://bugs.kde.org/show_bug.cgi?id=304196
and
https://bugs.kde.org/show_bug.cgi?id=309680
seem related.
In the thread to the latter, Karl-Heinz suggests:
"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)."
In the first, lasconic proposes:
"As a workaround, Roboto can be defined as the application font with
app.setFont("Roboto"). This workaround seems to work for ICS+ and
doesn't break 2.3.3+"
Sebastian