summaryrefslogtreecommitdiff
path: root/lib/unicore/In.pl
Commit message (Collapse)AuthorAgeFilesLines
* Jeffrey's Unicode adventure continues: unify the In/*.plJarkko Hietaniemi2002-01-161-219/+0
| | | | | | and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce Canonical.pl and Exact.pl. p4raw-id: //depot/perl@14294
* Jeffrey is trying very hard to avoid working on hisJarkko Hietaniemi2002-01-151-31/+31
| | | | | | book, it would seem :-) (better naming, better comments in the files) p4raw-id: //depot/perl@14289
* A couple of additional character classes from Jeffrey,Jarkko Hietaniemi2002-01-151-1/+0
| | | | | | | | | | | | hopefully useful in future for internal use for implementing some special cases of casing. Also regenerate once more all the character classes, now without the timestamp. A timestamp would be kind of nice but it's not: having a timestamp in a file means that even if the effective contents of file really didn't change, the file looks as if it changed. p4raw-id: //depot/perl@14274
* Big mktables rewrite from Jeffrey;Jarkko Hietaniemi2002-01-141-631/+213
| | | | | documentation not yet updated. p4raw-id: //depot/perl@14254
* Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.Jarkko Hietaniemi2001-12-151-16/+20
| | | p4raw-id: //depot/perl@13706
* Unicode categories continue:Jarkko Hietaniemi2001-10-191-2/+145
| | | | | | | | implement Category=, Script=, Block= (these are based on an upcoming update of TR#18) Fix a bug where we got two In categories named "old italic", and another where shortcut for the Is categories wasn't taken. p4raw-id: //depot/perl@12500
* Prettyprinting.Jarkko Hietaniemi2001-10-181-185/+185
| | | p4raw-id: //depot/perl@12489
* Rewrite mktables from scratch.Jarkko Hietaniemi2001-10-131-329/+351
| | | | | | | | | | | | | | | | | | | - Cleaner. - Faster: 15-20 seconds as opposed to several minutes. - More dynamic: the names of the various categories such as the linebreak ones are dynamic, not static. - Is.pl: long names for the general category properties are now available. - Ranges (<... ,First>, <..., Last>) from the general categories work now. - No more mktables.PL because the mktables.PL is not and never has been run to create a mktables. - syllables.txt and Is/Syl*.pl removed: non-standard (not part of the Unicode), and the whole concept is being reworked (http://syllabary.sourceforge.net/), the old way wouldn't even work with the new Syllables.txt (it would result in 1000+ new categories) p4raw-id: //depot/perl@12427
* Unicode properties saga continues.Jarkko Hietaniemi2001-10-041-131/+89
| | | p4raw-id: //depot/perl@12335
* Yet more Unicode properties.Jarkko Hietaniemi2001-10-041-0/+88
| | | p4raw-id: //depot/perl@12334
* Add the 'Common' Unicode property (code points notJarkko Hietaniemi2001-10-031-0/+2
| | | | | explicitly assigned to any other script). p4raw-id: //depot/perl@12318
* Unicode properties: allow also intra(wordbreak)name whitespace,Jarkko Hietaniemi2001-10-021-93/+93
| | | | | not just one single space. p4raw-id: //depot/perl@12309
* Allow for more flexibility in the \p{In...} names, nowJarkko Hietaniemi2001-09-291-136/+416
| | | | | | | case doesn't matter, and any space or dash can be matched by any space, dash, underbar, or empty. (may be going too far on leniency) p4raw-id: //depot/perl@12264
* Rename lib/unicode files to lib/unicore to avoidJarkko Hietaniemi2001-08-091-0/+141
conflicts between core lib/unicode and Unicode:: files in case-ignoring filesystems. p4raw-id: //depot/perl@11623