For example I've java string with [bɪ’fɔ:l] word. Set this string to TextView by .setTest method and it displays as [b[]f[]l] where [] is squear symbol. I've tried .getText from the TextView, but java string contains the same right symbols.
WebView gave the same result. What could be the problem?