summaryrefslogtreecommitdiff
path: root/lib/Unicode
Commit message (Collapse)AuthorAgeFilesLines
* 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