Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.

utf16_encode

Function
Arg Description Type
string A string to decode string (required)

Description

Encode a string to utf16 bytes.

Example

utf16_encode(string="ABCD") -> "A\u0000B\u0000C\u0000D\u0000"