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 Debian Archiv squeeze (main)
Version0.04-2
Sektionperl
Prioritätoptional
Installierte Größe808 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerDominic Hargreaves
Quelle
Paketgröße115092 Byte
Prüfsumme MD5e1ceedef2fe31db37607edfa2b3c6a90
Prüfsumme SHA10c1f6347b75245ea031b63dba8db4fb090cba399
Prüfsumme SHA25609ac2c837cb1b158f4fe57c62829ed69fdff371f12dc58212f9fbe337fd8e837
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