i've found a workaround (html code):
<html><head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
does not work in Qt (only in ff, ie, chrome): ɑ
<br/>
workaround for Qt: <span style="font-family:Lucida Sans Unicode">ɑ</span>
</body></html>
<html><head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
does not work in Qt (only in ff, ie, chrome): ɑ
<br/>
workaround for Qt: <span style="font-family:Lucida Sans Unicode">ɑ</span>
</body></html>
To copy to clipboard, switch view to plain text mode
i don't know why, but it seems that every unicode characters work in Qt except IPA (http://en.wikipedia.org/wiki/Interna...netic_Alphabet)
IPA Extensions (unicode range: 0250–02AF)
Is it a feature or bug?
If it is a feature how can i switch it off? If it's a bug, please confirm.
Thanks,
Steve
Bookmarks