Releases: HunterVacui/sjisunzip
v1.1
Perform the following changes from the base version:
Add new command line option, --find_best_target, which will attempt to decode the target files with all the encoders available on the user's machine, rate the results, and then commit the operation using the "best" version. Useful for when the default UTF8 doesn't return correct results
Add new command line options, -s: and -t:, which can be used to allow the user to specify an override source and target encoding, respectively. For power users who don't like the magic nature of --find_best_target
Add new command line option, --all_sources, as a utility to help a user decide which encoder to use with the -s command line option
Add new command line option -p, which causes the program to halt upon completion, allowing the user the option to view any output, including errors or unhandled exceptions
Added try {} catch {} blocks around some file operations, to allow operations to continue to execute in the event that two file decodings end up resulting in the same name, causing one of the files to fail to be renamed (can happen more frequently when the source or target encoder was incorrect)