This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove full stop in the 'try' feature heading
[perl5.git] / t / op / utf8decode.t
2017-07-13 Karl WilliamsonForbid above IV_MAX code points
2017-07-13 Karl Williamsonutf8n_to_uvchr(): Properly handle extremely high code...
2016-11-24 Karl WilliamsonSplit diagnostics for two UTF-8 malformations
2016-11-24 Karl Williamsonutf8.c: Clarify warning message.
2016-10-16 Karl WilliamsonPATCH: [perl #129891] t/op/utf8decode.t failing
2016-10-13 Karl Williamsonutf8n_to_uvchr(): Note multiple malformations
2016-10-13 Karl WilliamsonAdd details to UTF-8 malformation error messages
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2015-11-09 Karl Williamsont/op/utf8decode.t: print debugging info if test fails
2015-09-04 Karl Williamsont/op/utf8decode.t: Update tests from new source material
2015-08-25 Karl Williamsont/op/utf8decode.t: Better SKIP message
2012-04-26 Karl Williamsonutf8.c: refactor utf8n_to_uvuni()
2011-03-12 Nicholas ClarkIn utf8decode.t, use //x to add comments to the parsing...
2011-03-12 Nicholas ClarkIn utf8decode.t, test that we get the expected Unicode...
2011-03-12 Nicholas ClarkIn utf8decode.t, constrain more tightly the testing...
2011-03-12 Nicholas ClarkIn utf8decode.t, use warning_is() for the should-not...
2011-03-12 Nicholas ClarkIn utf8decode.t, move the test data from a heredoc...
2011-03-12 Nicholas ClarkIn utf8decode.t, remove the \x sequence strings of...
2011-03-12 Nicholas ClarkIn utf8decode.t, test that the hex sequences and \x...
2011-03-12 Nicholas ClarkConvert utf8decode.t to test.pl
2011-03-11 Nicholas ClarkC<not> should be C<!> in utf8decode.t, to fix a precede...
2001-09-11 Nick Ing-SimmonsPart Integrate mainline
2001-09-11 Jarkko HietaniemiFix unpack U to be the reverse of pack U
2001-03-28 Jarkko HietaniemiIntegrate perlio:
2001-03-28 Nick Ing-SimmonsLoose duplicate chunk.
2001-03-28 Jarkko HietaniemiIntegrate perlio:
2001-03-28 Nick Ing-SimmonsPerlIO.pm / perlio.pm conflict.
2001-03-28 Jarkko HietaniemiDup hunk.
2001-03-28 Jarkko HietaniemiForced integrate from perlio.
2001-03-28 Nick Ing-SimmonsIntegrate mainline.
2001-03-28 Jarkko HietaniemiIntegrate perlio:
2001-03-28 Nick Ing-SimmonsMore EBCDIC tweaks:
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-19 Jarkko HietaniemiRecode the naughty binary bytes ([\x00-\x08\x0b-\x1f...
2000-12-19 Nick Ing-SimmonsIntegrate mainline.
2000-12-17 Jarkko HietaniemiPolymorphic regexps.
2000-12-08 Jarkko HietaniemiIntroduce macros for UTF8 decoding.
2000-12-05 Jarkko HietaniemiSplit off the UTF-8 decoder tests, make them to check...