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


Paketnametrscripts
BeschreibungScripts for reencoding text files and BDF-fonts
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (main)
Version1.16
Sektionutils
Prioritätoptional
Installierte Größe1844 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerUbuntu Core Developers
Quelle
Paketgröße569602 Byte
Prüfsumme MD5b7ffabd22edc501eefb09b4fa8df8d91
Prüfsumme SHA13f28e7988e7287bc5931837e67b67aae516588d0
Prüfsumme SHA256e300d99295515b04288b96aab5cc2d87a620f225091335b6990f005c07c22779
Link zum Herunterladentrscripts_1.16_all.deb
Ausführliche BeschreibungThe script `trbdf' can convert a BDF font from one codeset to another. . The script `trcs' reencodes text files from one codeset to another. It can generate scripts for `tr'. For example the command trcs --from cp1252 --to latin1 --gen-script gives you the following output: #!/bin/sh . trap "exit 0" PIPE . cat "$@" | tr \ '\200''\201''\202''\203''\204''\205''\206''\207''\210''\211''\212'\ '\213''\214''\215''\216''\217''\220''\221''\222''\223''\224''\225'\ '\226''\227''\230''\231''\232''\233''\234''\235''\236''\237' \ '\105''\77''\47''\146''\42''\267''\53''\77''\136''\77''\123'\ '\253''\117''\77''\132''\77''\77''\47''\47''\42''\42''\267'\ '\-''\-''\176''\77''\163''\273''\157''\77''\172''\131' . Both scripts try to approximate the missing from the target codeset symbols. . It is easy to add support of other character sets.


Impressum
Linux is a registered trademark of Linus Torvalds