Unicode::Diacritic::Strip - strip diacritics from Unicode text |
Unicode::Diacritic::Strip - strip diacritics from Unicode text
my $stripped = strip_diacritics ($text);
Strip diacritics from $text
. The diacritics are as defined by the
Unicode Character Database. See the Unicode::UCD manpage.
Ben Bullock, <bkb@cpan.org>
If you'd like to see this module continued, let me know that you're
using it. For example, send an email, write a bug report, star the
project's github repository, add a patch, add a ++
on Metacpan.org,
or write a rating at CPAN ratings. It really does make a
difference. Thanks.
This package and associated files are copyright (C) 2012-2016 Ben Bullock.
You can use, copy, modify and redistribute this package and associated files under the Perl Artistic Licence or the GNU General Public Licence.
Unicode::Diacritic::Strip - strip diacritics from Unicode text |