On Fri, Nov 12, 2010 at 4:33 PM, Frank Weiss <[email protected]> wrote: > Yes it won't compile, but I think you are supposing that ("\\u" + "3403") is > the same as "\u3403". At any rate, I still thing the EncodeJson function is > bogus. > > AFAIK, the JSON encoder should take care of the UTF-8 encoding. It could > also use JSON encoding.
+1 The call, we are looking for is: public static String quote (String data) in class JSONObject. Daniel -- 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

