summaryrefslogtreecommitdiff
path: root/t/io/utf8.t
Commit message (Expand)AuthorAgeFilesLines
* More UTF-8 locale sensitivity.Jarkko Hietaniemi2002-03-281-76/+77
* More binmode :bytes.Jarkko Hietaniemi2002-03-271-10/+19
* temp file not cleaned upRafael Garcia-Suarez2002-02-011-1/+1
* Turn the I/O Unicode error by default on, but theJarkko Hietaniemi2002-01-311-3/+48
* Move the sysio tests from io/utf8 to lib/open.Jarkko Hietaniemi2001-11-191-70/+4
* Thou shalt not mix stdio and sysio.Jarkko Hietaniemi2001-11-191-11/+13
* Pending further investigation skip the tell() tests.Jarkko Hietaniemi2001-11-191-25/+35
* syswrite() was still returning byte counts, not character counts.Jarkko Hietaniemi2001-11-181-10/+59
* Add test for sysread().Jarkko Hietaniemi2001-11-181-1/+19
* Prepend a null byte to the test set.Jarkko Hietaniemi2001-11-181-0/+3
* Fix for the :utf8 read() bug noticed by Matt Sergeant:Jarkko Hietaniemi2001-11-131-7/+31
* The #11673 necessitated a test tweak.Jarkko Hietaniemi2001-08-151-1/+5
* Drop all the unnecessary "use utf8" clauses and some ofJarkko Hietaniemi2001-08-121-1/+1
* Re: [PATCH 5.6.1] test suiteIlya Zakharevich2001-06-241-0/+1
* Fix open.pm to work via XS-implemented method calls ratherNick Ing-Simmons2001-06-151-1/+1
* Various buglets shaken out by -Mutf8.Jarkko Hietaniemi2001-05-281-0/+2
* Downgrade "Wide character in print" to a warning.Nick Ing-Simmons2001-04-041-2/+3
* more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)Peter Prymmer2001-03-301-10/+26
* Noticed that two tests were skipped as perlio:: packageNick Ing-Simmons2001-03-291-1/+1
* Implement:Nick Ing-Simmons2001-03-241-4/+3
* Patch from Inaba Hiroto:Jarkko Hietaniemi2001-01-281-5/+5
* CRLF platform issue with io/utf8 fix.Nick Ing-Simmons2000-12-211-1/+1
* Integrate mainlineNick Ing-Simmons2000-12-111-2/+107
* read/sysread/recv should now be utf8 aware.Nick Ing-Simmons2000-12-091-1/+8
* Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.Nick Ing-Simmons2000-12-091-0/+51