MCPcopy Create free account
hub / github.com/apache/cloudstack / encodeUTF8

Function encodeUTF8

systemvm/agent/noVNC/core/util/strings.js:26–28  ·  view source on GitHub ↗
(DOMString)

Source from the content-addressed store, hash-verified

24
25// Encode to UTF-8
26export function encodeUTF8(DOMString) {
27 return unescape(encodeURIComponent(DOMString));
28}

Callers 5

_negotiatePlainAuthMethod · 0.90
extendedClipboardProvideFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected