Questions tagged as 'urlencoding'

4
answers

Any expression that removes% 20 from a javascript string?

Example with javascript var name = "Pedro Canche"; var newname = name.replace("%20", " ");    departure: Pedro Canche but when it is like this: var name = "Pedro Misael Canche Angulo"; var newname = name.replace("%20", " ");    exi...
asked by 05.03.2018 / 18:32
0
answers

Error consuming web service POST urlencoded with Android Studio retrofit2

I'm just trying to consume services with Android Studio and GET services have worked well, but with POST services it does not work for me. I have tried several ways that I have found out there and the answer always goes by the onFailure side....
asked by 17.12.2018 / 23:26
1
answer

Script does not code utf8

I'm trying to send a parameter by url from javascript, and that parameter has accents. I try to encode to utf8 and then I code the url but apparently, it does not do it as it should (excuse foolishness but avoiding tildes is not an option). ec...
asked by 18.12.2018 / 07:08
0
answers

Incorrect charset JasperServer

in Oracle 11g, when executing the query SELECT * FROM nls_database_parameters; I get (*) NLS_LANGUAGE AMERICAN NLS_TERRITORY AMERICA NLS_CURRENCY $ NLS_ISO_CURRENCY AMERICA NLS_NUMERIC_CHARACTERS ., NLS_CHARACTERSET AL32UTF...
asked by 22.05.2018 / 13:01