java - Server side web service adds a "=" (equals) sign at the ends of the data sent as body -
android app turns json file string, encodes bytes according utf-8 , sends using output stream. however, body received server has "=" (equal) sign @ end of when decoded according utf-8. why happen?
i reduced length of string 1 deleting last character.
Comments
Post a Comment