]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Add support for charset option to lha format reader.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sat, 19 Mar 2011 06:24:09 +0000 (02:24 -0400)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sat, 19 Mar 2011 06:24:09 +0000 (02:24 -0400)
commit79a8745dec9adcc326df6903e03d4583bcbbd26f
tree21675644c1daa5e39459f2680ce17493026f496d
parent43944fd49156205c8e0b9469701b1a2db32377a8
Add support for charset option to lha format reader.
Automatically convert filenames in a lha archive if a well-known codepage
is specified in its header, but it will not overwrite a character-set
specified by the charset option.

SVN-Revision: 3032
Makefile.am
libarchive/archive_read_support_format_lha.c
libarchive/test/CMakeLists.txt
libarchive/test/test_read_format_lha_cp932.lzh.uu [new file with mode: 0644]
libarchive/test/test_read_format_lha_filename.c [new file with mode: 0644]