Function convertUTF8toUTF16

Converts UTF-8 to UTF-16 Will be deprecated soon, use transcode!(UTF8Decoder, UTF16LEEncoder) instead

wchar[] convertUTF8toUTF16 (
  string s,
  bool nullTerm = false
);