flutter_fritzapi/encode_utf16le library

Functions

codepointsToUtf16CodeUnits(List<int> codepoints, {int offset = 0, int? length, int replacementCodepoint = _UNICODE_REPLACEMENT_CHARACTER_CODEPOINT}) List<int>
Encode code points as UTF16 code units.
encodeUtf16le(String str) List<int>
Produce a list of UTF-16LE encoded bytes. This method produces UTF-16LE bytes with no BOM.