summaryrefslogtreecommitdiff
path: root/lib/Unicode/UCD.t
Commit message (Collapse)AuthorAgeFilesLines
* Integrate macperl patch #16868.Jarkko Hietaniemi2002-05-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16882 p4raw-integrated: from //depot/macperl@16881 'copy in' ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t ext/Socket/Socket.t lib/AutoSplit.t lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl lib/Test/Harness/t/callback.t lib/blib.pm lib/strict.t lib/subs.t t/lib/filter-util.pl t/lib/warnings/doio t/lib/warnings/mg t/x2p/s2p.t (@16123..) lib/Test/Simple/t/exit.t (@16230..) lib/open.t lib/warnings.t (@16255..) perl.c (@16475..) lib/Unicode/Collate.pm lib/Unicode/UCD.t (@16651..) ext/PerlIO/t/fallback.t lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/test-harness.t (@16825..) p4raw-integrated: from //depot/macperl@16868 'copy in' lib/blib.t (@16123..) t/lib/warnings/op (@16230..) ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t (@16475..) 'merge in' ext/Storable/t/utf8hash.t lib/Test/Harness/Straps.pm (@16730..)
* Start using the Unicode 3.2.0 data (NOTE: stillJarkko Hietaniemi2002-03-271-2/+2
| | | | | | unofficial, but the data is unlikely to change much. Doublecheck when 3.2.0 gets released.) p4raw-id: //depot/perl@15552
* Test::Morify UCD.tJarkko Hietaniemi2001-12-031-157/+158
| | | p4raw-id: //depot/perl@13444
* lib/Unicode/UCD.t @INC oddityAndy Dougherty2001-11-161-4/+4
| | | | | Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@13057
* Upgrade to Unicode::Normalize 0.10, now in XS.Jarkko Hietaniemi2001-11-091-4/+4
| | | | | | | | | | | | | | | | | | The CPAN distribution has both pm and XS implementations, and for performance reasons we choose the XS. Another reason to choose the XS is that it doesn't require Lingua::KO::Hangul::Util, which means that we can delete that-- which in turn means that Unicode::UCD cannot expect that: support it, but don't expect. Ditto Unicode::Collate. Note that Unicode::Normalize Makefile.PL and Normalize.xs have been modified from the CPAN 0.10 versions: the first one to be simpler (no pm) and clean up the generated unf*.h files, the second one to quench compiler grumblings. Must notify Sadahiro about these changes. p4raw-id: //depot/perl@12909
* Unicode::UCD is not yet supported in EBCDIC platforms.Jarkko Hietaniemi2001-11-081-1/+9
| | | | | | (Probably not an EBCDIC issue the way one would think since no chr() et alia are used in UCD.pm.) p4raw-id: //depot/perl@12904
* Special casing had become a little bit more complex in Unicode 3.1.1.Jarkko Hietaniemi2001-09-021-6/+6
| | | p4raw-id: //depot/perl@11832
* Rename lib/unicode files to lib/unicore to avoidJarkko Hietaniemi2001-08-091-0/+271
| | | | | | conflicts between core lib/unicode and Unicode:: files in case-ignoring filesystems. p4raw-id: //depot/perl@11623
* Rename Unicode::UCD to UnicodeCD to avoidJarkko Hietaniemi2001-07-121-207/+0
| | | | | messups with case-insensitive filesystems. p4raw-id: //depot/perl@11307
* Add compexcl(), casefold(), and casespec() interfaces;Jarkko Hietaniemi2001-07-101-107/+152
| | | | | | and make all interfaces to return hash references instead of hashes. p4raw-id: //depot/perl@11260
* fix a couple of UCD.t tests that fail due to bad caseGurusamy Sarathy2001-07-091-2/+2
| | | p4raw-id: //depot/perl@11230
* More flexible argument understanding; add charblocks() andJarkko Hietaniemi2001-07-051-3/+44
| | | | | | | charscripts(); make charblock() and charscript() two-way; add charinrange(); separate the $Unicode::UCD::VERSION and the version of the Unicode by adding UnicodeVersion(). p4raw-id: //depot/perl@11163
* Add tests for charscript().Jarkko Hietaniemi2001-07-031-3/+14
| | | p4raw-id: //depot/perl@11129
* Add a simple Unicode character database interface, Unicode::UCD.Jarkko Hietaniemi2001-06-301-0/+110
p4raw-id: //depot/perl@11046