MCPcopy Index your code
hub / github.com/totaljs/framework / unicode_encode

Function unicode_encode

mail.js:984–986  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

982}
983
984function unicode_encode(val) {
985 return val ? '=?utf-8?B?' + Buffer.from(val.toString()).toString('base64') + '?=' : '';
986}
987
988// ======================================================
989// EXPORTS

Callers 1

mail.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected