summaryrefslogtreecommitdiff
path: root/ext/XS-APItest/t/utf16_to_utf8.t
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary XS-APItest test boilerplateFlorian Ragwitz2010-09-201-1/+2
* Perl_utf16_to_utf8() should treat "\0" like any every other odd-length input.Nicholas Clark2009-10-221-11/+9
* In utf16_to_utf8(), fix off-by-one errors for the range of valid surrogates.Nicholas Clark2009-10-181-1/+2
* utf16_to_utf8() should croak on encountering a bare low surrogate.Nicholas Clark2009-10-181-0/+3
* utf16_to_utf8() should croak if the buffer ends without the second surrogate.Nicholas Clark2009-10-181-0/+7
* utf16_to_utf8_reversed() should croak early when passed an odd byte length.Nicholas Clark2009-10-181-0/+7
* Expose utf16_to_utf8{,reversed} via XS::APItest, and provide some basic tests.Nicholas Clark2009-10-181-0/+49