Skip to content

libzip: restore UTF-8 encoding of comments

Elvis Angelaccio requested to merge work/fix-libzip-comment-parse into master

Follow-up of commit cfee2c44

The bug in libzip has since been fixed, so we can safely restore the ZIP_FL_ENC_GUESS flag and always expect a UTF-8 encoded comment.

Also that commit wrongly claimed that QString::fromLocal8Bit() was a "safeguard" against non-UTF-8 encodings, but that's not true.

Merge request reports