]> git.ipfire.org Git - thirdparty/libarchive.git/commit
This adds UNICODE filename support for lha.
authorClaybird <claybird.without.wing@gmail.com>
Mon, 14 Oct 2019 13:32:54 +0000 (22:32 +0900)
committerClaybird <claybird.without.wing@gmail.com>
Wed, 6 Nov 2019 11:34:31 +0000 (20:34 +0900)
commitffe1b9b417c397215d3c2a5364cd33f8a4cca013
tree28319d9906c87dbbc6855a87d2caf051326eb861
parentaa11d99192c093c4867778fe89e3c6f786329f9e
This adds UNICODE filename support for lha.

The lastest lha format supports UNICODE filenames on its content, using extended headers(EXT_UTF16_FILENAME and EXT_UTF16_DIRECTORY).
However, currently libarchive ignores them.
This modification is to handle these extensions.
libarchive/archive_read_support_format_lha.c