]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Impelment Unicode normalization Form D in libarchive itself in order not to rely...
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Thu, 15 Mar 2012 09:47:19 +0000 (18:47 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Thu, 15 Mar 2012 10:22:51 +0000 (19:22 +0900)
commitfd7d0097c3746900868b39312e7116e413c8a244
tree7d96cf2d83ef537af26e29efc42d60c5f79dabfd
parent34eb338153bfee607fdeabbf20602e6c645d3794
Impelment Unicode normalization Form D in libarchive itself in order not to rely on CoreServices framework on Mac OS.
It passes all NormalizationTest.txt released The Unicode Consortium(http://www.unicode.org).
CMakeLists.txt
build/utils/gen_archive_string_composition_h.sh
configure.ac
libarchive/archive_string.c
libarchive/archive_string.h
libarchive/archive_string_composition.h
libarchive/test/test_archive_string_conversion.c