This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tests for UTF-8 GVs.
[perl5.git] / t / uni / overload.t
2009-12-20 Rafael Garcia-SuarezIntroduce C<use feature "unicode_strings">
2009-11-23 Karl WilliamsonMake unicode semantics the default
2009-10-06 Nicholas ClarkReplace a hardcoded temporary file name with test.pl...
2009-10-06 Nicholas ClarkStandardise t/uni/*.t on ./test.pl, and remove PERL_COR...
2009-10-06 Nicholas ClarkDon't attempt UTF-8 cache assertion for SVs with invali...
2007-09-23 H.Merijn BrandRevert #31942, as it was inconsistent between threaded and
2007-09-23 Abe Timmermannetbsd's setlocale () doesn't support LC_COLLATE and...
2006-10-24 Rafael Garcia-SuarezSilence an expected warning (when playing with utf8ness...
2006-07-14 Craig A. Berryoverload.t has same locale problem with VMS that it...
2006-05-13 Jarkko Hietaniemit/uni/overload.t
2006-04-30 Nicholas ClarkOne part of pp_pack couldn't correctly handle surprises...
2006-04-30 Nicholas Clarkdo_vop() couldn't correctly handle surprises from UTF...
2006-04-30 Nicholas Clarkindex and rindex couldn't correctly handle surprises...
2006-04-29 Nicholas Clarksyswrite couldn't correctly handle surprises from UTF...
2006-04-29 Nicholas Clarkprint couldn't correctly handle surprises from UTF...
2006-04-29 Nicholas ClarkThere were more ways to break uc/lc/ucfirst/lcfirst...
2006-04-29 Nicholas Clarklcfirst/ucfist plus an 8 bit locale could mangle UTF...
2006-04-29 Nicholas Clarkuc plus an 8 bit locale could get confused by UTF-8...
2006-04-29 Nicholas Clarklc plus an 8 bit locale could mangle UTF-8 values retur...
2006-04-28 Nicholas ClarkFix bug 34297 (length of overloaded UTF-8 strings)