It looks like the code you are using is adding the extra "\" here:

    strJson = start + "\\u <file://u/>" +
strHex.substring(strHex.length()-4)+ end;

I don't understand the need for the EncodeJson function. As I pointed out
earlier, Java stores char and String data internally as sequences of 16-bit
character codes (UCS-16).

What JSON library are you using to encode the data object you are sewnding
to the server?

-- 
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

Reply via email to