PS: I am writing Android-specific code. The class I am using will
never work outside of the Android environment, for reasons that go
beyond the issue of character encoding.
So does this mean that in my case, I _should_ do the moral equivalent
of this?
String content = new String(bytes,
System.getProperty("file.encoding"));
If so, this would indeed reduce to the following:
String content = new String(bytes);
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en