From b713f2b4d757521bdc7109b37f8cbf39d3f05a8c Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 4 Oct 2005 18:51:27 +0000 Subject: 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). --- textproc/p5-Text-Unaccent/DESCR | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 textproc/p5-Text-Unaccent/DESCR (limited to 'textproc/p5-Text-Unaccent/DESCR') 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). -- cgit v1.2.3