Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.
/ fix-japanese-zip Public archive

Converts Shift JIS encoded ZIP files to UTF-8 without recompression

License

Notifications You must be signed in to change notification settings

xTibor/fix-japanese-zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fix-japanese-zip

Converts Shift JIS encoded ZIP files to UTF-8 without recompression. May destroy your data.

Installation

cargo +nightly install --git https://github.com/xTibor/fix-japanese-zip

Never asked questions

Why? - KDE applications doesn't support code page auto-detection nor manually overriding the code pages of ZIP files and I cannot read file names like "æfÉ░éτé╡éóâ`âôâ`âôéαé╠".

Is this production quality? - No.

Is this compliant with the ZIP specification? - Most likely not. Ark doesn't seem to care.

How fast is this? - Never measured it. Should be faster than extracting/recompressing the archives.

Why does this require nightly Rust? - rust-lang/rust#59359

Could you help rescuing my ZIP files destroyed by this tool? - Restore them from your backups.

I have no backups and my ZIP files are still destroyed. - You are on your own.

About

Converts Shift JIS encoded ZIP files to UTF-8 without recompression

Topics

Resources

License

Stars

Watchers

Forks

Languages