BLString Class Referencefinal [¶]
Byte string [C++ API].
Blend2D always uses UTF-8 encoding in public APIs so all strings are assumed UTF-8 by default. However, BLString
doesn't guarantee any assumptions about the encoding of the data it holds. It can hold arbitrary byte sequence and act as a raw byte-string when this functionality is desired.