mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-04 10:30:23 +00:00
fix: fix decompress issue with rar files which include CJK filenames in it #31
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ttys3 on 11/30/2024
update unrar crate to fix decompress issue with rar files which include CJK filenames in it
prev we fixed the CJK filename issue for the archive filename itself
this time, it is the filename in the archive.
that's to say, if
foo.rar
contains❤️.txt
in it, the decompression will failwe need wait unrar crate to release a new version