After extracting an archive on Linux, ŠĆČĐŽ letters get removed in the file names:

To resolve the issue, specify encoding when extracting:
unzip -O UTF-8 ARCHIVE_NAME.zip
Result:

After extracting an archive on Linux, ŠĆČĐŽ letters get removed in the file names:

To resolve the issue, specify encoding when extracting:
unzip -O UTF-8 ARCHIVE_NAME.zip
Result:
