]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix encoding detection on platforms with nl_langinfo() (#2030)
authorAaron Lindros <lindros.aaron@gmail.com>
Sat, 9 Dec 2023 01:50:03 +0000 (20:50 -0500)
committerGitHub <noreply@github.com>
Sat, 9 Dec 2023 01:50:03 +0000 (17:50 -0800)
commit862984a870d375d380b71403191717991ccca97c
tree3e37611f9074c45d9499499023513571eba370bb
parentd5713db2d4eaeac636ca243507921903d9fd59e7
Fix encoding detection on platforms with nl_langinfo() (#2030)

libarchive relies on its host program to call setlocale() on platforms
with nl_langinfo() present in order to correctly detect the user
selected locale. This ensures that bsdunzip does so.
Makefile.am
unzip/bsdunzip.c
unzip/test/CMakeLists.txt
unzip/test/test_I.c [new file with mode: 0644]
unzip/test/test_I.zip.uu [new file with mode: 0644]