Questions tagged as 'encode'

1
answer

return JSON with special characters in URL

I'm having a problem with the return of a JSON, I've done a query to fetch some images from the bank, some URLs users have registered the images with special characters like - > (ç ã) The texts containing these types of characters are retur...
asked by 16.07.2016 / 20:36
1
answer

UTF-8 conversion error

I am converting Strings that I retrieve from the MySql database, however in the database it is saved as UTF-8 to ISO and I am using the code below. public static String ISO(String str) { Charset utf8charset = Charset.forName("UTF-8");...
asked by 06.09.2016 / 05:12