java - Which is the best charset to pass data to php? -


in java app, want pass individual bytes of information php script via post. in order that, convert byte[] string. now, charset best operation? want keep amount of data transmitted tiny possible. right now, i'm using iso-8859-1, worried, contains '?' , '=', whicht thought, might make php interpret data wrong...

so, figured out using base64 encoding best way achieve ^^

i used this class, , moddet use _ - ~ special characters, instead of / = +


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -