| Reply | « Previous Thread | Next Thread » |
|
does nokia 6610i support utf8 ?????
am using this statment to show a utf8 recieved string from an http connection "inputstreamreader(utf8,inputstream);" but squares are displayed in return... so i wanna make sure of 6610i supports arabic and utf8..???/ |
|
Hi,
In this phone specifications it is mentioned the phone supports UTF-8 http://www.free-ringtones.uk.com/nok...ifications.htm U may also try microedition.encoding to find out which encoding is supported http://java.sun.com/j2me/docs/wtk2.2...alization.html Regards, Wang |
|
Even if it supports UTF-8, there is no guarantee all the glyphs are there to display them to the user. I guess this is the reason because otherwise you should get an UnsupportedEncodingException.
Anyway, it is new InputStreamReader(InputStream is, String enc) in my API. I guess, you just have a typo. |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|