-
• #2
You are using a special character > 127 and that does not look like these are supported.
-
• #3
Wed 2019.01.30
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent
chars as part of RFC spec
May we ask what specifically is attempted to be decoded and for what purpose? There may be other ways to skin a rabbit . . . -
• #4
If you try
decodeURIComponent("%E4")
in your web browser it'll fail too - so Espruino is just attempting to implement it as per the spec.
Hi guys,
can someone explain the following behaviour?
Why I can't decode the string?
Best regards
1 Attachment