summaryrefslogtreecommitdiff
path: root/converters/p5-Text-Iconv/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'converters/p5-Text-Iconv/DESCR')
-rw-r--r--converters/p5-Text-Iconv/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/converters/p5-Text-Iconv/DESCR b/converters/p5-Text-Iconv/DESCR
new file mode 100644
index 00000000000..ff5ec193d11
--- /dev/null
+++ b/converters/p5-Text-Iconv/DESCR
@@ -0,0 +1,4 @@
+Perl interface to the iconv() function as defined by the Single
+UNIX Specification. The convert() method converts the encoding of
+characters in the input string from the fromcode codeset to the
+tocode codeset, and returns the result.