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
Post a Comment