]> wimlib.net Git - wimlib/commit
Use NTFS-3g character conversion functions if available
authorEric Biggers <ebiggers3@gmail.com>
Tue, 18 Dec 2012 20:57:04 +0000 (14:57 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 18 Dec 2012 20:57:04 +0000 (14:57 -0600)
commit4449a8d6647cb1b5c251de9b77a0f4230811f09e
tree996dc31ba7ef785ec8e0a4cf07610771576fba02
parent85c0b4fc1f9600630e063316e85e8a92abef4cf3
Use NTFS-3g character conversion functions if available

Make utf16_to_utf8() and utf8_to_utf16() call into libntfs-3g if support is
compiled in.
src/ntfs-capture.c
src/util.c