all options
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Source: trscripts  ]

Package: trscripts (1.18+nmu3)

Links for trscripts

Screenshot

Debian Resources:

Download Source Package trscripts:

Maintainer:

Similar packages:

텍스트 파일 및 BDF-폰트를 재인코딩하기 위한 스크립트

`trbdf' 스크립트는 BDF 폰트를 한 코드셋에서 다른 코드셋으로 변환 할 수 있습니다.

`trcs' 스크립트는 텍스트 파일을 한 코드세트에서 다른 코드세트로 재인코딩합니다. `tr'용 스크립트를 생성할 수 있습니다. 예를 들어 다음 명령은

 trcs --from cp1252 --to latin1 --gen-script
다음과 같은 출력을 제공합니다:
 #!/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'

양쪽 스크립트는 대상 코드세트 심볼에서 누락된 것을 비슷하게 하려고 합니다.

다른 캐릭터 셋 지원을 추가하는 것은 쉽습니다.

Tags: User Interface: Command Line, Role: Program, Scope: Utility, Purpose: use::converting, works-with::font, Works with: Text

Download trscripts

Download for all available architectures
Architecture Package Size Installed Size Files
all 76.7 kB992.0 kB [list of files]