diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-22 15:42:34 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:34 +0700 |
commit | f51dbcd5c14e580516fc4c0663da91c154b139aa (patch) | |
tree | b125066e4ec58882fb5086e8efc0fb85597344cc /perl/perl-text-unaccent/slack-desc | |
parent | 78298c73d1dfbf945211861154bebe840136dc4b (diff) |
perl/perl-text-unaccent: Fix build on -current.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-text-unaccent/slack-desc')
-rw-r--r-- | perl/perl-text-unaccent/slack-desc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-text-unaccent/slack-desc b/perl/perl-text-unaccent/slack-desc index a508e866a9270..0a15530b33173 100644 --- a/perl/perl-text-unaccent/slack-desc +++ b/perl/perl-text-unaccent/slack-desc @@ -8,11 +8,11 @@ |-----handy-ruler------------------------------------------------------| perl-text-unaccent: perl-text-unaccent (perl module to remove accents from a string) perl-text-unaccent: -perl-text-unaccent: Text::Unaccent is a module that remove accents from a -perl-text-unaccent: string. unac_string converts the input string from the specified -perl-text-unaccent: charset to UTF-16 and call unac_string_utf16 to return the unaccented -perl-text-unaccent: equivalent. The conversion from and to UTF-16 is done with iconv(1). +perl-text-unaccent: Text::Unaccent is a module that remove accents from a string. perl-text-unaccent: +perl-text-unaccent: unac_string converts the input string from the specified charset +perl-text-unaccent: to UTF-16 and calls unac_string_utf16 to return the unaccented +perl-text-unaccent: equivalent. The conversion from and to UTF-16 is done with iconv(1). perl-text-unaccent: perl-text-unaccent: perl-text-unaccent: |