Skip to content

0x00 should be escaped something else than 0x01 0x00, in string dictionary #12

@arai-a

Description

@arai-a

entries in string dictionary is separated by 0x00, and 0x00 in string is escaped to 0x01 0x00.
this means that 0x00 found in the decompressed data can either be separator or escaped 0x00.
we should use something else than 0x01 0x00, so that there's only one meaning for 0x00.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions