| Paketname | libscalar-string-perl |
| Beschreibung | string aspects of scalars |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 0.000-1 |
| Sektion | universe/perl |
| Priorität | optional |
| Installierte Größe | 112 Byte |
| Hängt ab von | perl (>= 5.10.0-19ubuntu1), perlapi-5.10.0, libc6 (>= 2.1.3) |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu MOTU Developers |
| Quelle | |
| Paketgröße | 16278 Byte |
| Prüfsumme MD5 | a4bdc3a8c08d508b1d2a31098902e046 |
| Prüfsumme SHA1 | 5efa4984585f76c49d7fe3f9362ee409654e6300 |
| Prüfsumme SHA256 | 0b0eae2a0f04e414ca9c315957dee2bae347308159bea3a35153d29d05a3e63e |
| Link zum Herunterladen | libscalar-string-perl_0.000-1_i386.deb |
| Ausführliche Beschreibung | Scalar::String is about the string part of plain Perl scalars. A scalar 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.
|