summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Unaccent/DESCR
diff options
context:
space:
mode:
authorwiz <wiz>2005-10-04 18:51:27 +0000
committerwiz <wiz>2005-10-04 18:51:27 +0000
commitb713f2b4d757521bdc7109b37f8cbf39d3f05a8c (patch)
treef61019eb47474e018c218299af4ffa31a995f641 /textproc/p5-Text-Unaccent/DESCR
parentdc36bf1a3b7150364e45ea79a0b4a229dd37fa1a (diff)
downloadpkgsrc-b713f2b4d757521bdc7109b37f8cbf39d3f05a8c.tar.gz
Initial import of p5-Text-Unaccent-1.08:
Text::Unaccent is a module that remove accents from a string. unac_string converts the input string from the specified charset to UTF-16 and call unac_string_utf16 to return the unaccented equivalent. The conversion from and to UTF-16 is done with iconv(1).
Diffstat (limited to 'textproc/p5-Text-Unaccent/DESCR')
-rw-r--r--textproc/p5-Text-Unaccent/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-Text-Unaccent/DESCR b/textproc/p5-Text-Unaccent/DESCR
new file mode 100644
index 00000000000..ef16285ffa8
--- /dev/null
+++ b/textproc/p5-Text-Unaccent/DESCR
@@ -0,0 +1,4 @@
+Text::Unaccent is a module that remove accents from a string.
+unac_string converts the input string from the specified charset
+to UTF-16 and call unac_string_utf16 to return the unaccented
+equivalent. The conversion from and to UTF-16 is done with iconv(1).