aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Scalar-String/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* - Update to v0.002Henrik Brix Andersen2011-05-261-3/+2
| | | | Notes: svn path=/head/; revision=274703
* - Update to v0.001Henrik Brix Andersen2010-08-021-3/+3
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=258649
* This module is about the string part of plain Perl scalars. A scalarHenrik Brix Andersen2009-03-251-0/+3
has a string value, which is notionally a sequence of Unicode codepoints, but may be internally encoded in either ISO-8859-1 or UTF-8. In places, and more so in older versions of Perl, the internal encoding shows through. To fully understand Perl strings it is necessary to understand these implementation details. This module provides functions to classify a string by encoding and to encode a string in a desired way. This module is implemented in XS, with a pure Perl backup version for systems that can't handle XS. WWW: http://search.cpan.org/dist/Scalar-String/ Notes: svn path=/head/; revision=231006