summaryrefslogtreecommitdiff
path: root/lib/unicode/Is
Commit message (Collapse)AuthorAgeFilesLines
* Rename lib/unicode files to lib/unicore to avoidJarkko Hietaniemi2001-08-09145-9484/+0
| | | | | | conflicts between core lib/unicode and Unicode:: files in case-ignoring filesystems. p4raw-id: //depot/perl@11623
* Update to Unicode 3.1.Jarkko Hietaniemi2001-03-316-14/+5
| | | | | (Rename Names.txt to NamesList.txt.) p4raw-id: //depot/perl@9483
* Upgrade to Unicode 3.1 beta 2001-03-01.Jarkko Hietaniemi2001-03-0836-14/+1071
| | | p4raw-id: //depot/perl@9077
* Upgrade to Unicode 3.1 beta 2001-02-11.Jarkko Hietaniemi2001-02-11144-1465/+597
| | | | | | | | | | | | | Blocks-4d3.beta.txt CaseFolding-3d4.beta.txt CompositionExclusions-3d6.beta.txt EastAsianWidth-4d4.beta.txt LineBreak-6d3.beta.txt NamesList-3.1.0d1.beta.txt PropList-3.1.0d4.beta.txt SpecialCasing-4d1.beta.txt UnicodeData-3.1.0d6.beta.txt p4raw-id: //depot/perl@8771
* Get the three different space character classes right under utf8.Jarkko Hietaniemi2000-12-012-0/+26
| | | p4raw-id: //depot/perl@7940
* Tweak the Is* definitions of Unicode character classesJarkko Hietaniemi2000-10-228-153/+410
| | | | | | | | to better match the official categorizations; embrace the official categorizations; add the combining marks as alpha (and -numeric); fix DCinital (a typo and edito) to be DCmedial. p4raw-id: //depot/perl@7394
* Update to Unicode 3.0.1.Jarkko Hietaniemi2000-08-30142-142/+164
| | | p4raw-id: //depot/perl@6930
* revise mktables.PL for bugs and newness in Unicode 3.0Gurusamy Sarathy2000-05-2847-46/+1812
| | | | | (from James Bence <jbence@amgen.com>) p4raw-id: //depot/perl@6139
* Is{Alnum,Alpha,Word} don't match titlecaseGurusamy Sarathy2000-04-303-36/+15
| | | | | | | TODO: IsSpace is defined recursively! (both spotted by Larry) p4raw-id: //depot/perl@6025
* add linebreak properties from unicode/LineBrk.txt (fromGurusamy Sarathy2000-04-2429-0/+1090
| | | | | | | Dave Hartnoll <Dave_Hartnoll@3b2.com>) p4raw-link: @3 on //depot/thrperl: a4f68e9b64464684b732bc17fd65ed4a1aa4708c p4raw-id: //depot/perl@5911
* Another Unicode update.Jarkko Hietaniemi1999-11-1483-83/+83
| | | p4raw-id: //depot/cfgperl@4580
* Regen Unicode tables to include a warning:Jarkko Hietaniemi1999-11-1383-0/+249
| | | | | | | Thou Shalt Not Edit Them By Hand; add missing (Unicode 2.0 -introduced) tables to MANIFEST; convert the equivalence tables to be valid Perl code. p4raw-id: //depot/cfgperl@4563
* Update Unicode database and recompute the tables.Jarkko Hietaniemi1999-09-1421-54/+55
| | | | | | | | | Rename the .txt files to be more Unicode 3.0-like. Unihan-3.0.txt not included because it is 16 MB. syllables.txt is manually maintained. See ReadMe.txt for description of the .txt files. (not all of them are used yet) p4raw-id: //depot/cfgperl@4151
* add missing Is/Syl*.pl filesGurusamy Sarathy1999-08-2012-0/+24
| | | p4raw-id: //depot/perl@4009
* Regenerate the Unicode tables after having updated the UnicodeJarkko Hietaniemi1999-08-0952-567/+1051
| | | | | | | database (change #3939). p4raw-link: @3939 on //depot/cfgperl: 1b840072c89904927826b140322b783653b204a1 p4raw-id: //depot/cfgperl@3940
* POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-0616-10/+821
| | | | | | | and utf8. If both utf8 and locale are on, utf8 wins. I don't fully understand why so many tables changed in lib/unicode because of "make" -- maybe it was just overdue. p4raw-id: //depot/cfgperl@3624
* applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaksDaniel Yacob1999-03-1514-0/+18
| | | | | | Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu> Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic p4raw-id: //depot/perl@3107
* Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-2465-0/+4577
p4raw-id: //depot/utfperl@1651