summaryrefslogtreecommitdiff
path: root/t/comp/utf.t
Commit message (Expand)AuthorAgeFilesLines
* S_utf16_textfilter() needs to avoid splitting UTF-16 surrogate pairs.Nicholas Clark2009-10-221-1/+18
* Test requiring files with non-BMP characters (encoded as surrogate pairs).Nicholas Clark2009-10-221-3/+20
* Tests for UTF-16 characters > 256, including those containing the octet 10.Nicholas Clark2009-10-221-11/+24
* Re-write S_utf16_textfilter() to correctly handle partial reads of UTF-16.Nicholas Clark2009-10-221-7/+9
* Don't use require in comp/utf.t, as require isn't tested yet.Nicholas Clark2009-10-091-5/+11
* Use require.t's bytes_to_utf() in place of PerlIO layers in utf.tNicholas Clark2009-10-091-24/+16
* Replace longhand invocations of test() with 3 nested loops.Nicholas Clark2009-10-091-19/+7
* Test utf8 with BOMs, like we already test utf16be and utf16le.Nicholas Clark2009-10-091-1/+4
* Convert all unimaginative (ie race condition) temporary file names to Nicholas Clark2008-08-081-3/+3
* Re: Off by one in the trie code?Yves Orton2006-10-191-1/+1
* t/comp/utf.t failed when configuring with -Dnoextensions=EncodeMarcus Holland-Moritz2004-06-111-0/+5
* Skip in minitestNicholas Clark2004-05-301-0/+4
* Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)Steve Hay2004-05-181-1/+1
* BOM-marked and (BOMless) UTF-16 scripts not workingJarkko Hietaniemi2004-05-131-0/+48