Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary XS-APItest test boilerplate | Florian Ragwitz | 2010-09-20 | 1 | -1/+2 |
* | Perl_utf16_to_utf8() should treat "\0" like any every other odd-length input. | Nicholas Clark | 2009-10-22 | 1 | -11/+9 |
* | In utf16_to_utf8(), fix off-by-one errors for the range of valid surrogates. | Nicholas Clark | 2009-10-18 | 1 | -1/+2 |
* | utf16_to_utf8() should croak on encountering a bare low surrogate. | Nicholas Clark | 2009-10-18 | 1 | -0/+3 |
* | utf16_to_utf8() should croak if the buffer ends without the second surrogate. | Nicholas Clark | 2009-10-18 | 1 | -0/+7 |
* | utf16_to_utf8_reversed() should croak early when passed an odd byte length. | Nicholas Clark | 2009-10-18 | 1 | -0/+7 |
* | Expose utf16_to_utf8{,reversed} via XS::APItest, and provide some basic tests. | Nicholas Clark | 2009-10-18 | 1 | -0/+49 |