summaryrefslogtreecommitdiff
path: root/t/op/utfhash.t
Commit message (Collapse)AuthorAgeFilesLines
* Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion testNicholas Clark2004-03-071-3/+6
| | | | | in utf8.t, and fix 3 bugs it exposed in utfhash.t p4raw-id: //depot/perl@22463
* [perl #22969] fix $hash{utf8bareword}Rafael Garcia-Suarez2003-07-291-1/+14
| | | | | Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com> p4raw-id: //depot/perl@20288
* Re: the dirty half dozen (Re: perl@15662)Nicholas Clark2002-04-061-17/+87
| | | | | | | Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net> (with the last one reversed) p4raw-id: //depot/perl@15757
* (not solving: Re: Storable can't do utf8 hash keys)Nicholas Clark2002-04-011-1/+24
| | | | | Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15664
* EBCDIC: the sorting order is different underJarkko Hietaniemi2002-03-231-3/+3
| | | | | byte-EBCDIC and Unicode. p4raw-id: //depot/perl@15441
* Check for sanity of UTF-8 keys in hashesNick Ing-Simmons2002-03-221-0/+79
(feel free to add more tests...) p4raw-id: //depot/perlio@15412