This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Setting $_ to multiline glob in @INC filter
[perl5.git] / lib / utf8.t
2013-08-11 Father Chrysostomosop.c:ck_svconst: Don’t allow ro COWs under old COW
2013-08-04 Father Chrysostomos[perl #119043] Allow utf8 up/downgrade on ro COWs
2012-10-01 Father ChrysostomosUpdate utf8.t tests
2012-08-15 Tony Cookfix a comment: this tests perl #91852 not 91850
2012-01-06 Father Chrysostomosperlop: remove triple-dot
2012-01-06 Father Chrysostomos[perl #91850] utf8::decode: croak for ro scalars
2011-05-30 Father Chrysostomos2nd try: [perl #91834] utf8::decode does not respect...
2011-05-30 Father ChrysostomosRevert "[perl #91834] utf8::decode does not respect...
2011-05-29 Father Chrysostomos[perl #91834] utf8::decode does not respect copy-on...
2011-03-19 David Mitchellreset pos and utf8 cache when de/encoding utf8 str
2010-12-21 Nicholas ClarkFix IS_UTF8_CHAR() to recognise start bytes 0xF5, 0xF6...
2010-12-21 Nicholas ClarkConvert lib/utf8.t to strict and warnings throughout.
2010-11-14 Father ChrysostomosChange utf8.t to use a \xb7 delimiter once more.
2010-09-24 Father ChrysostomosModify a utf8.t test in anticipation of a fix for ...
2010-08-30 Eric BrineAvoid needless use of UTF8=1 format [RT#56336]
2010-08-30 Eric BrineTODO tests for avoid needless use of UTF8=1 format...
2006-07-13 Jarkko Hietaniemiz/OS: non-CPAN ext and lib + main() without the third...
2005-10-09 SADAHIRO Tomoyukiundef IS_UTF8_CHAR() on EBCDIC
2005-01-13 Nicholas Clarkutf.pm needs to require Carp before croak()ing
2004-03-21 Rafael Garcia-SuarezI must be tired today.
2004-03-21 SADAHIRO TomoyukiRe: [perl #27803] perl crashes when utf8::upgrade(...
2004-03-07 Nicholas ClarkAdd a readonly check to Perl_sv_utf8_upgrade_flags...
2003-06-14 Jarkko HietaniemiExercise the utf8:: "internal" functions.
2003-03-31 Jarkko HietaniemiSome low-hanging fruit for EBCDIC portability
2003-03-11 Todd C. Millertypos and other minor things
2003-02-05 Inaba Hiroto[Patch] parsing under encoding (Re: [Encode] HEADS...
2003-01-30 Adrian M. Enache[FIX] Re: UTF-8 failures (surprise!)
2002-11-05 Marty Pauleynew test based on:
2002-05-22 Jarkko HietaniemiWe do not want utf8.t to be compiled under -Mutf8,
2002-05-11 Jarkko HietaniemiEBCDIC: the toke.c wariness about UTF-8 (really, UTF...
2002-04-03 Jarkko Hietanieminon-perlio robustness.
2002-03-29 Nick Ing-SimmonsIntegrate mainline
2002-03-28 Jarkko Hietaniemibinmode :bytes, again.
2001-12-18 Jarkko HietaniemiMake the utf8 malformedness messages more verbose.
2001-12-12 Nicholas ClarkRe: [PATCH] use utf8; tests
2001-12-12 Nicholas Clarkuse utf8; tests
2001-12-11 Nicholas ClarkRe: use utf8; with bad utf8
2001-06-18 Jarkko HietaniemiThe Grand Trek: move the *.t files from t/ to lib/...