DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibtext-unidecode-perl
BeschreibungText::Unidecode -- US-ASCII transliterations of Unicode text
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.04-2
Sektionuniverse/perl
Prioritätoptional
Installierte Größe808 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße115168 Byte
Prüfsumme MD51be68182123836037b57a666b7f813e5
Prüfsumme SHA1ab882f1b194a286800a0da6cc70428eb79ec3f36
Prüfsumme SHA2565f6285b1ece3da72e6d64cfbd0cd7b9ea28e243c1a2149a6d364949b053e18fe
Link zum Herunterladenlibtext-unidecode-perl_0.04-2_all.deb
Ausführliche BeschreibungIt 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 (i.e., the universally displayable characters between 0x00 and 0x7F). The representation is almost always an attempt at transliteration -- i.e., conveying, in Roman letters, the pronunciation expressed by the text in some other writing system. (See the example in the synopsis.)


Impressum
Linux is a registered trademark of Linus Torvalds