aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Unicode-Normalize
Commit message (Collapse)AuthorAgeFilesLines
* - Update from v1.00 to v1.01Aaron Dalton2006-06-142-4/+4
| | | | | | | Approved by: tobez (implicit) Notes: svn path=/head/; revision=165450
* - Updated from v0.32 to v1.00Aaron Dalton2006-05-262-6/+4
| | | | | | | | | | | | | | | | | | Approved by: tobez (implicit) 1.00 Thu May 25 20:35:06 2006 - Pure Perl: compose($not_canonically_reordered) works like that in XSUB, where an intervening character with higher combining class blocks the composition. (This change doesn't affect any normalization forms.) - XSUB: NFD(), NFC(), NFKD(), NFC(), and FCC() are now in XSUB, then internal subroutine calls are avoided. - The functions isComp_Ex(), isNFD_NO(), isNFC_NO(), isNFC_MAYBE(), isNFKD_NO(), isNFKC_NO(), and isNFKC_MAYBE() are documented. - Tests are more amplified and documentations are more clarified. - Makefile.PL: Change 26295 is incorporated. Notes: svn path=/head/; revision=163534
* Update search.cpan.org WWW: entries to have a trailing slash.Bill Fenner2006-02-201-1/+1
| | | | | | | | | | Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in. Notes: svn path=/head/; revision=156536
* Adding port textproc/p5-Unicode-Normalize, implements Unicode normalization ↵Aaron Dalton2006-02-184-0/+44
forms. Committed by: aaron Approved by: tobez (implicit) Notes: svn path=/head/; revision=156270