Skip to content

Issue with UTF16 decompress  #18

@pwalimbe

Description

@pwalimbe

There seems to be some issue in decompressFromUTF16.. the following code does not work. Is there something wrong?

chk_str = "Test String"
compressed = x.compressToUTF16(chk_str)
print(compressed)
print(x.decompressFromUTF16(compressed))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions