synrc / n2o

⭕ N2O: Distributed WebSocket Application Server ISO 20922
https://ws.n2o.dev
Other
1.34k stars 168 forks source link

UTF8 is incompatible with Emoji #295

Closed 5HT closed 7 years ago

5HT commented 7 years ago

var h = encodeURIComponent(str.charAt(i)).substr(1).split('%');

 [Error] URIError: String contained an illegal UTF-16 sequence.
    encodeURIComponent (utf8.js:16)
    utf8_toByteArray (utf8.js:16)
    bin (bert.js:24)
    querySource (nitrogen.js:31)
    (anonymous function) (Anonymous Script 1 (line 1:1560))`

бага в utf8 емоджи не конвертируются надо переписать encodeURIComponent по байтойобски