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

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -