Hello. This is Debian Bug #971664 and this is the full URL for the bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971664
Follows a summary of the bug.
(I'm also including the attachment)
unxed writes:
unzip fails to delete file from archive. Sample attached.
$ unzip -l new.zip
Archive: new.zip
Length Date Time Name
--------- ---------- ----- ----
0 2020-07-16 23:30 тест.txt
--------- -------
0 1 file
$ zip -d new.zip тест.txt
zip warning: name not matched: тест.txt
zip error: Nothing to do! (new.zip)