summaryrefslogtreecommitdiff
path: root/libarchive/test/test_archive_string_conversion.c
Commit message (Expand)AuthorAgeFilesLines
* Complete support for UTF8 encoding conversionYichao Yu2020-05-311-2/+77
* Issue 695: Check return value of fwrite/fcloseTim Kientzle2016-07-201-2/+2
* Separate test_archive_string_normalization into NFC version and NFD version.Michihiro NAKAJIMA2012-03-191-125/+245
* Rename some internal functions as other related functions.Michihiro NAKAJIMA2012-03-171-10/+10
* Impelment Unicode normalization Form D in libarchive itself in order not to r...Michihiro NAKAJIMA2012-03-151-54/+115
* Fix a string conversion test to work on Apple.Tim Kientzle2011-12-181-1/+1
* Enable archive_string_conversion_to_charset to handle UTF-16LE.Michihiro NAKAJIMA2011-12-181-10/+104
* Do not assume that even if __STDC_ISO_10646__ is defined UTF-8 characters canMichihiro NAKAJIMA2011-12-181-4/+3
* archive_string_conversion_to_charset() should be used for an archive writer.Michihiro NAKAJIMA2011-06-271-2/+4
* Canonicalize some charset-name so we can detect UTF-8, UTF-16BE and CP932 eve...Michihiro NAKAJIMA2011-06-271-0/+50
* Move failure() statement to right place.Michihiro NAKAJIMA2011-05-261-12/+12
* Improve test_archive_string_conversion for export, a write side conversion pr...Michihiro NAKAJIMA2011-05-251-33/+87
* Avoid borland warnings at test_archive_string_conversion.c.Michihiro NAKAJIMA2011-05-241-2/+2
* Use compress for test_archive_string_conversion.txt instead of gzip to workMichihiro NAKAJIMA2011-05-241-3/+3
* Implement normalization to a UTF-16BE string recorded in ISO9660 Joliet exten...Michihiro NAKAJIMA2011-05-231-36/+199
* Fix warnings in libarchive/test_*.c on Borland C Compiler.Michihiro NAKAJIMA2011-05-181-1/+1
* It seems Mac OS cannot convert U+1109A, U+1109C and U+110AB to NFD although t...Michihiro NAKAJIMA2011-05-171-1/+20
* Add temporary debug code for Mac OS to check status at CDash.Michihiro NAKAJIMA2011-05-121-1/+7
* Add assertEqualUTF8String. If two strings are not equal, that will dump their...Michihiro NAKAJIMA2011-05-041-11/+11
* If the character-set of filenames in archives is UTF-8, we should automaticallyMichihiro NAKAJIMA2011-05-031-0/+242