spicy icon indicating copy to clipboard operation
spicy copied to clipboard

Allow decoding UTF16 strings

Open bbannier opened this issue 3 years ago • 0 comments

We currently support decoding bytes as ASCII or UTF8 strings. We should consider adding support for decoding to UTF16 as well.

For decoding as UTF8 we currently use JuliaStrings/utf8proc. For decoding UTF16 Zeek uses ConvertUTF which can also decode UTF16. If we adopt the latter we could write code similar to what Zeek does.

bbannier avatar Jun 23 '22 11:06 bbannier