1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/converters/p5-Text-Unidecode/pkg-descr
Sunpoet Po-Chuan Hsieh ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00

12 lines
592 B
Plaintext

It often happens that you have non-Roman text data in Unicode, but you
can't display it -- usually because you're trying to show it to a user
via an application that doesn't support Unicode, or because the fonts
you need aren't accessible. You could represent the Unicode characters
as "???????" or "\15BA\15A0\1610...", but that's nearly useless to the
user who actually wants to read what the text says.
What Text::Unidecode provides is a function, unidecode(...) that takes
Unicode data and tries to represent it in US-ASCII characters.
WWW: https://metacpan.org/release/Text-Unidecode