summaryrefslogtreecommitdiff
path: root/lib/Unicode
Commit message (Collapse)AuthorAgeFilesLines
* [patch @13687] Unicode::Collate 0.10SADAHIRO Tomoyuki2001-12-164-19/+60
| | | | | Message-Id: <20011216211615.8ED5.BQW10602@nifty.com> p4raw-id: //depot/perl@13720
* 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
* a few typo fixes Jeffrey Friedl2001-11-121-1/+1
| | | | | | | | | | | Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com> Patching README.foo instead of pod/perlfoo.pod, not patching Math::BigInt (Tels will take care of that), dropping broken hv.c and sv.h patches, patching libnetcfg.PL and perldoc.PL instead of libnetcfg and perldoc, patching ext/Digest/MD5/t/files.t since MD5.pm was changed. p4raw-id: //depot/perl@12954
* Unicode::Collate v0.09貞廣知行2001-11-114-110/+190
| | | | | Message-Id: <20011112002232.BD46.BQW10602@nifty.com> p4raw-id: //depot/perl@12942
* Cease to exist.Jarkko Hietaniemi2001-11-101-314/+0
| | | p4raw-id: //depot/perl@12927
* Upgrade to Unicode::Normalize 0.10, now in XS.Jarkko Hietaniemi2001-11-097-170/+36
| | | | | | | | | | | | | | | | | | 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-082-3/+15
| | | | | | (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
* Change 12349 didn't really get it right.Artur Bergman2001-10-071-1/+1
| | | p4raw-id: //depot/perl@12353
* Give up the fantasy of having lib/Unicode and lib/unicode:Jarkko Hietaniemi2001-10-071-0/+8
| | | | | | | doesn't work on Mac OS X 10.1 (when unpacking the tar the latter gets renamed as lib/unicode:1, assumedly for security reasons not to overwrite stuff) p4raw-id: //depot/perl@12349
* Unicode::UCD rewritten using Lingua::KO::Hangul::UtilSADAHIRO Tomoyuki2001-09-041-78/+11
| | | | | Message-Id: <20010905015059.E684.BQW10602@nifty.com> p4raw-id: //depot/perl@11868
* Special casing had become a little bit more complex in Unicode 3.1.1.Jarkko Hietaniemi2001-09-022-12/+54
| | | p4raw-id: //depot/perl@11832
* Slight doc tweaks for the module.Jarkko Hietaniemi2001-09-021-13/+27
| | | p4raw-id: //depot/perl@11824
* Update to Unicode::Collate 0.08.Jarkko Hietaniemi2001-09-014-37/+192
| | | p4raw-id: //depot/perl@11819
* Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,Jarkko Hietaniemi2001-08-1710-0/+3248
| | | | | and Unicode::Collate 0.07, from SADAHIRO Tomoyuki. p4raw-id: //depot/perl@11701
* Rename lib/unicode files to lib/unicore to avoidJarkko Hietaniemi2001-08-092-0/+1024
| | | | | | 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-122-814/+0
| | | | | messups with case-insensitive filesystems. p4raw-id: //depot/perl@11307
* Add compexcl(), casefold(), and casespec() interfaces;Jarkko Hietaniemi2001-07-102-130/+364
| | | | | | 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-052-49/+249
| | | | | | | 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
* Update Unicode::UCD on \p{In...}.Jarkko Hietaniemi2001-07-051-54/+23
| | | p4raw-id: //depot/perl@11162
* Support preferentially the Unicode 'scripts' definitionJarkko Hietaniemi2001-07-041-2/+36
| | | | | | | | | | | | in the \p{In...} notation since according to Unicode the scripts concept is more natural for matching than using the somewhat artificial block names. The block names are still available, though, and if there's a name conflict, the scripts one wins and the blocks one has to do with 'Block' appended to its name. For more information see http://www.unicode.org/unicode/reports/tr24/ p4raw-id: //depot/perl@11132
* Better document the difference between a block and a script.Jarkko Hietaniemi2001-07-031-13/+24
| | | p4raw-id: //depot/perl@11131
* Add tests for charscript().Jarkko Hietaniemi2001-07-032-5/+17
| | | p4raw-id: //depot/perl@11129
* Add charscript() to get the UTR#24 script names of characters.Jarkko Hietaniemi2001-07-031-33/+86
| | | p4raw-id: //depot/perl@11128
* Unicode::UCD updates.Jarkko Hietaniemi2001-07-031-9/+16
| | | p4raw-id: //depot/perl@11126
* UCD.pm: if at first you don't succeed, croak?Craig A. Berry2001-07-021-0/+1
| | | | | Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01> p4raw-id: //depot/perl@11102
* Still one typo, regen toc.Jarkko Hietaniemi2001-07-011-1/+1
| | | p4raw-id: //depot/perl@11058
* Detypos and regen toc.Jarkko Hietaniemi2001-07-011-1/+1
| | | p4raw-id: //depot/perl@11057
* Don't use the v-strings for module VERSIONs.Jarkko Hietaniemi2001-06-301-1/+1
| | | p4raw-id: //depot/perl@11052
* Add a simple Unicode character database interface, Unicode::UCD.Jarkko Hietaniemi2001-06-302-0/+293
p4raw-id: //depot/perl@11046