]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Implement a string conversion interface to archive_entry and archive_mstring
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 9 May 2011 12:07:31 +0000 (08:07 -0400)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 9 May 2011 12:07:31 +0000 (08:07 -0400)
commitae5439410438b4cf225de3f52bba24746ef613a2
tree66805243f574f50389202e17f5c2c87207b9b3e3
parent29e7a83d10fc9fe15ff1b652a4ad78c5cba1ed02
Implement a string conversion interface to archive_entry and archive_mstring
for efficient string conversion. Some platform have to do a string conversion
through wide characters. And then Windows platform cannot make locale UTF-8,
so it means use of wide characters is only way to make a internationalization
program.

SVN-Revision: 3288
Makefile.am
libarchive/CMakeLists.txt
libarchive/archive_entry.c
libarchive/archive_entry_locale.h [new file with mode: 0644]
libarchive/archive_string.c
libarchive/archive_string.h