Search completed in 2.07 seconds.
6 results for "unpair":
Index - Web APIs
WebAPIIndex
usvstring is equivalent to domstring except for not allowing unpaired surrogate codepoints.
... unpaired surrogate codepoints present in usvstring are converted by the browser to unicode 'replacement character' u+fffd, (�).
USVString - Web APIs
WebAPIUSVString
usvstring is equivalent to domstring except for not allowing unpaired surrogate codepoints.
... unpaired surrogate codepoints present in usvstring are converted by the browser to unicode 'replacement character' u+fffd, (�).
Mozilla Content Localized in Your Language
MozillaLocalizationL10n Style GuideMozilla Content Localized in Your Language
add fluency :: spelling, punctuation, capitalization, diacritics, typography, unpaired brackets or quote marks, whitespace.
JS_EncodeCharacters
MozillaProjectsSpiderMonkeyJSAPI referenceJS EncodeCharacters
this happens if the destination is too small for the resulting string or if the source buffer isn't proper utf-16 because it contains unpaired surrogate values.
WebSocket.close() - Web APIs
WebAPIWebSocketclose
syntax_err the reason string is too long or contains unpaired surrogates.
WebSocket.send() - Web APIs
WebAPIWebSocketsend
syntax_err the data is a string that has unpaired surrogates.