summaryrefslogtreecommitdiff
path: root/lib/Unicode/UCD.t
Commit message (Expand)AuthorAgeFilesLines
* UCD.t: Add tests for sped-up lookupsKarl Williamson2011-09-031-1/+45
* UCD.pm: All code points are in some blockKarl Williamson2011-03-031-1/+2
* UCD.pm: All code points have a scriptKarl Williamson2011-03-031-1/+1
* UCD.pm: Remove reliance on UnicodeData.txtKarl Williamson2011-03-031-6/+6
* UCD.t: Add test for non-Unicode code pointKarl Williamson2011-03-031-1/+3
* UCD.t: Fix a test descriptionKarl Williamson2011-03-031-1/+1
* UCD.pm: Convert charscript to use mktables tablesKarl Williamson2011-03-011-3/+3
* UCD.pm: Convert num() to use new fcnKarl Williamson2011-03-011-1/+2
* Add UCD::num() to get safe numeric value of a stringKarl Williamson2011-02-151-1/+14
* Remove Mac OS classic code from tests in lib.Nicholas Clark2011-01-181-1/+0
* Correct test count in UCD.tFather Chrysostomos2010-11-201-1/+1
* UCD.pm: Don't use CompositionExclusions.txtKarl Williamson2010-11-201-0/+2
* Unicode 6.0 DBKarl Williamson2010-11-181-2/+2
* Adapt plan after last patchRafael Garcia-Suarez2010-04-251-1/+1
* PATCH [perl #72624] charnames::viacode(0) returns undefKarl Williamson2010-04-251-0/+20
* Unicode 5.2Karl Williamson2009-12-031-1/+1
* PATCH [perl #58430] Unicode::UCD::casefold() does not work as documented,karl williamson2008-12-061-8/+85
* Missed updated a test description, as spotted by vincent.Nicholas Clark2008-04-061-1/+1
* UCD 5.1.0Nicholas Clark2008-04-051-2/+2
* Fix "grep in void context" warningRafael Garcia-Suarez2008-01-061-1/+1
* Unicode::UCD: add general category and bidi type interfacesJarkko Hietaniemi2007-05-181-1/+17
* UCD 5.0.0Jarkko Hietaniemi2006-09-061-2/+2
* Unicode 4.1.0Jarkko Hietaniemi2005-04-021-3/+19
* D'oh. Don't turn on warnings on the #! line without actually testingNicholas Clark2004-06-181-4/+4
* Unicode::UCD uses Storable, so we can't test if Storable isn't built.Nicholas Clark2004-06-181-0/+6
* Upgrade to Unicode 4.0.1Nicholas Clark2004-03-311-5/+5
* [perl #23273] warnings in Unicode::UCDLukas Mai2003-08-111-1/+4
* A bug reported in perl-unicode by Terry Jones, fixedJarkko Hietaniemi2003-07-271-1/+11
* Test _getcode().Jarkko Hietaniemi2003-05-111-3/+13
* Upgrade to Unicode 4.0.0. (Well, upgrade at leastJarkko Hietaniemi2003-05-031-1/+1
* Integrate from maint-5.8 #18156, #18218.Hugo van der Sanden2002-12-111-1/+1
* integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5Hugo van der Sanden2002-12-021-1/+11
* Integrate macperl patch #16868.Jarkko Hietaniemi2002-05-301-0/+1
* Start using the Unicode 3.2.0 data (NOTE: stillJarkko Hietaniemi2002-03-271-2/+2
* Test::Morify UCD.tJarkko Hietaniemi2001-12-031-157/+158
* lib/Unicode/UCD.t @INC oddityAndy Dougherty2001-11-161-4/+4
* Upgrade to Unicode::Normalize 0.10, now in XS.Jarkko Hietaniemi2001-11-091-4/+4
* Unicode::UCD is not yet supported in EBCDIC platforms.Jarkko Hietaniemi2001-11-081-1/+9
* Special casing had become a little bit more complex in Unicode 3.1.1.Jarkko Hietaniemi2001-09-021-6/+6
* Rename lib/unicode files to lib/unicore to avoidJarkko Hietaniemi2001-08-091-0/+271
* Rename Unicode::UCD to UnicodeCD to avoidJarkko Hietaniemi2001-07-121-207/+0
* Add compexcl(), casefold(), and casespec() interfaces;Jarkko Hietaniemi2001-07-101-107/+152
* fix a couple of UCD.t tests that fail due to bad caseGurusamy Sarathy2001-07-091-2/+2
* More flexible argument understanding; add charblocks() andJarkko Hietaniemi2001-07-051-3/+44
* Add tests for charscript().Jarkko Hietaniemi2001-07-031-3/+14
* Add a simple Unicode character database interface, Unicode::UCD.Jarkko Hietaniemi2001-06-301-0/+110