Apktool/brut.apktool
Comnir f10060fe8f fix: when decoding with UTF-8 fails, create a new buffer for the retry with CESU-8.
If the decoding fails and there are UTF-8 decodable bytes before the bytes that couldn't be decoded, then the read index of the original buffer is incremented and those bytes will be missing from the decode result.
Now we create a new buffer and the decoding will start at the original start offset.

issue #2546
2021-04-03 13:28:22 +03:00
..
apktool-cli refactor: drop author tags and support javadocs 2021-03-07 15:06:45 -05:00
apktool-lib fix: when decoding with UTF-8 fails, create a new buffer for the retry with CESU-8. 2021-04-03 13:28:22 +03:00