summaryrefslogtreecommitdiff
path: root/t/op/utf8decode.t
Commit message (Expand)AuthorAgeFilesLines
* utf8.c: refactor utf8n_to_uvuni()Karl Williamson2012-04-261-1/+1
* In utf8decode.t, use //x to add comments to the parsing regexp.Nicholas Clark2011-03-121-3/+9
* In utf8decode.t, test that we get the expected Unicode character(s)Nicholas Clark2011-03-121-20/+24
* In utf8decode.t, constrain more tightly the testing of expected warnings.Nicholas Clark2011-03-121-20/+31
* In utf8decode.t, use warning_is() for the should-not-warn cases.Nicholas Clark2011-03-121-22/+17
* In utf8decode.t, move the test data from a heredoc to <DATA>Nicholas Clark2011-03-121-46/+42
* In utf8decode.t, remove the \x sequence strings of bytesNicholas Clark2011-03-121-93/+84
* In utf8decode.t, test that the hex sequences and \x escapes are equivalent.Nicholas Clark2011-03-121-0/+2
* Convert utf8decode.t to test.plNicholas Clark2011-03-121-32/+17
* C<not> should be C<!> in utf8decode.t, to fix a precedence bug.Nicholas Clark2011-03-111-31/+31
* Fix unpack U to be the reverse of pack UJarkko Hietaniemi2001-09-111-19/+15
* Integrate perlio:Jarkko Hietaniemi2001-03-281-12/+0
|\
| * Loose duplicate chunk.Nick Ing-Simmons2001-03-281-12/+0
* | Integrate perlio:Jarkko Hietaniemi2001-03-281-0/+12
|\ \ | |/
| * PerlIO.pm / perlio.pm conflict.Nick Ing-Simmons2001-03-281-1/+0
| * Integrate mainline.Nick Ing-Simmons2001-03-281-1/+14
| |\
| * | More EBCDIC tweaks:Nick Ing-Simmons2001-03-281-3/+17
* | | Dup hunk.Jarkko Hietaniemi2001-03-281-13/+0
* | | Forced integrate from perlio.Jarkko Hietaniemi2001-03-281-0/+12
| |/ |/|
* | Integrate perlio:Jarkko Hietaniemi2001-03-281-3/+18
|/
* Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])Jarkko Hietaniemi2000-12-191-81/+81
* Polymorphic regexps.Jarkko Hietaniemi2000-12-171-0/+2
* Introduce macros for UTF8 decoding.Jarkko Hietaniemi2000-12-081-7/+7
* Split off the UTF-8 decoder tests, make them to check alsoJarkko Hietaniemi2000-12-051-0/+181