Paolo
Paolo
@romafederico > I'm receving a utf-8 encoded JSON, converting it to a string and then utf8.decode(str). as you receive the utf-8 encoded JSON and **store it into a string** you...
@PitPanda1 > I am having the same issue. I'm trying to convert strings like that: > > ``` > let test1 = 'Östliche'; // must be "Östliche" > let test2...
same here
yes, off course I just wonder if it's enought clear from the documentation I think an empty array should be allowed as well to specify that no filter have to...
it actually is a bug. padding `=` characters must not be stripped away before processing; otherwise the resulting output may have unwanted `zero` bytes at the end of the array...
Among the many obsolete or wrong answers the only that works is: `document.addEventListener( 'gesturestart', function (e) { e.preventDefault(); } );` I tried it (in the simulator) and `gesturestart` is supported...