Issue in parsing spanish content in android 5.0 devices -


I'm trying to display Android 5.0 devices in my app and Spanish content which makes it look like a different symbol Appears in.

Spanish content : Radio Formula Mexico looks like : Radio Fermul Mexico

I have a Inputstream < / Code> reads the reader to parse the contents with UTF-8 and works from 2.3 to 4.4 but not in 5.0 devices

reader = new InputStreamReader (is "UTF-8" );

I'm using Nexus 5.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -