Decode strings with JS

1

I have problems decoding strings like these "RincÃÂ ³ n de Romos" in JS, using decodeURIComponent(escape(String)) . The error is: URIError: URI malformed .

    
asked by Ale Ngc 25.10.2018 в 20:36
source

0 answers