I have code like this to construct a Binary String
[<<"Hello, ", Name/binary>>]
Trying to read the Name as Unicode. Like this,
[<<"Hello, ", Name/utf16/binary>>]
Looks like it is an obvious wrong syntax. How can I make this work? Thanks in advance.