LogCat in eclipse does not support UTF-8, so you won't see anything there anyway. Instead you can set up an "External Tool" in eclipse to run "adb logcat".
If you're not talking about LogCat then maybe you're having the same problem I've been having with the buffered reader, but I solved my problems by experimenting with the buffer size. A buffer size of 8*1024 gave me all sorts of odd results (occasional chinese characters missing etc). No problems with 4*1024 or 16*1024 however. Weird... On Oct 17, 4:47 am, Al <alcapw...@googlemail.com> wrote: > Hi, I read some info sent from a server into a buffered reader and > then show it on the UI. The problem is non-english chars don't show up > properly. I'm 99% sure the server is sending it correctly since I can > see it correctly with other clients. When debugging in Eclipse, and > looking at the string received, it doesn't display it properly > either. > > My buffered reader says it is using UTF8, so I'm not sure what the > problem is. Any idea how to get these chars to display properly? This > has been requested numerous times from users, but I can't figure out > the problem. > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---