File: control

package info (click to toggle)
conv-tools 20160905-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 960 kB
  • sloc: sh: 1,350; ansic: 585; makefile: 24
file content (24 lines) | stat: -rw-r--r-- 1,002 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: conv-tools
Priority: optional
Section: utils
Maintainer: Petter Reinholdtsen <pere@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Homepage: https://github.com/dag-erling/conv-tools
Vcs-Browser: https://salsa.debian.org/debian/conv-tools
Vcs-Git: https://salsa.debian.org/debian/conv-tools.git
Rules-Requires-Root: no

Package: conv-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: convert 8 bit character encoding in file names and text content to UTF-8
 The mixconv utility reads a mixed-encoding text file, analyzes each
 line to determine whether it is in 7-bit ASCII, an 8-bit encoding,
 UTF-8 or WTF-8, converts everything to UTF-8 and prints the result to
 standard output.
 .
 The dirconv utility scans a directory structure, analyzes each file
 and directory name to determine whether it is in 7-bit ASCII, an 8-bit
 encoding, UTF-8 or WTF-8, converts everything to UTF-8, and renames
 the files and directories accordingly.