fix: fix decompress issue with rar files which include CJK filenames in it #31

Closed
opened 2025-04-09 14:58:23 +00:00 by tcsenpai · 0 comments
Owner

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 fail

we need wait unrar crate to release a new version

*Originally created by @ttys3 on 11/30/2024* update unrar crate to [fix decompress issue with rar files which include CJK filenames in it](https://github.com/muja/unrar.rs/commit/5e6b83d91982234d3686b235dcbc7989402a88fd) 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 fail we need wait unrar crate to release a new version
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/ouch#31
No description provided.