uc plus an 8 bit locale could get confused by UTF-8 values returned by
[p5sagit/p5-mst-13.2.git] / t / uni /
2006-04-29 Nicholas Clark uc plus an 8 bit locale could get confused by UTF-8...
2006-04-29 Nicholas Clark lc plus an 8 bit locale could mangle UTF-8 values retur...
2006-04-28 Nicholas Clark Fix bug 34297 (length of overloaded UTF-8 strings)
2005-12-11 Nicholas Clark Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug...
2005-11-07 Nicholas Clark For each test function, test it as is, and with extra...
2005-11-07 Nicholas Clark Fix bug #37628 (both lcfirst and ucfirst)
2005-06-30 Tels make t/uni/class.t faster
2005-05-28 Jarkko Hietaniemi Re: t/uni/class.t has a lot to warn about
2005-04-22 Craig A. Berry t/uni/class.t -- update VMS test skippage
2005-04-02 Jarkko Hietaniemi Unicode 4.1.0
2005-02-14 Ton Hospel Re: encoding neutral unpack
2004-10-02 Craig A. Berry make t/uni/class.t pass on VMS
2004-06-25 Rafael Garcia-Suarez More @INC test fixes
2004-05-02 Nicholas Clark Make t/uni/class.t pass on case insensitive file systems
2004-04-27 Jeff Pinyan candidate for TR18 compliance
2004-04-19 Rafael Garcia-Suarez New file left out of the last commit.
2004-03-03 Jarkko Hietaniemi Speed up the unicode case mappings (for /i, lc, uc...
2004-03-02 Nicholas Clark Change the skip logic on the unicode tests so that...
2004-01-23 Nicholas Clark test that use encoding; doesn't cause references to...
2004-01-23 Nicholas Clark Check the return values of chomp
2004-01-23 SADAHIRO Tomoyuki Re: [perl #24888] chomp ignores utf8
2003-07-21 Craig A. Berry Re: [PATCH] test clean-up for VMS
2003-03-31 Jarkko Hietaniemi Some low-hanging fruit for EBCDIC portability
2003-03-04 Jarkko Hietaniemi Can't test this without PerlIO.
2003-03-02 Jarkko Hietaniemi Further Unicode formats patching from Inaba Hiroto.
2003-02-05 Inaba Hiroto [Patch] parsing under encoding (Re: [Encode] HEADS...
2003-02-02 Jarkko Hietaniemi minitest wasn't working. (The $^X /miniperl/ test in
2003-01-16 Jarkko Hietaniemi Fix 'use encoding' I/O for code points 0x80..0xFF;
2003-01-14 Jarkko Hietaniemi Encode 1.84 broke the subtest #7, further study required.
2002-12-10 Rafael Garcia-Suarez Integrate from the maint-5.8/ branch :
2002-11-25 Dan Kogai [Encode] 1.83 + bleedperl patch released
2002-11-07 Dan Kogai Re: The Inaba patch for tr/// vs. use encoding
2002-04-02 Jarkko Hietaniemi EBCDIC test tweak.
2002-03-03 Jarkko Hietaniemi EBCDIC: special cases of special cases.
2002-02-20 Jarkko Hietaniemi Better debugging info.
2002-02-19 Jarkko Hietaniemi Add back the new casing tests.
2002-02-18 Jarkko Hietaniemi What do you know; these tests unearthed nasty problems.
2002-02-18 Jarkko Hietaniemi More Unicode casing checks.
2002-02-13 Jarkko Hietaniemi Tiny test script tweaks.
2002-02-02 Jarkko Hietaniemi EBCDIC: no hope to get the low 256 right in unifolding.
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-21 Jarkko Hietaniemi Undo the renaming of the Unicode data files; the simple
2002-01-15 Nick Ing-Simmons Blind integrate of bulk of mainline.
2002-01-13 Jarkko Hietaniemi Start a new test category: uni. Much of t/op/pat