@ceeblue/web-utils
    Preparing search index...

    Function utf8ArrayToStr

    • Beta

      Converts a UTF-8 array to a string.

      Parameters

      • array: Uint8Array<ArrayBuffer>

        The UTF-8 array to convert

      • OptionalexitOnNull: boolean

        Whether to exit on the first null byte

      Returns string

      The string

      This function is a special case of decodeText that is used by the ID3 library to decode UTF-8 encoded strings. Use decodeText instead.