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))
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))