File: control

package info (click to toggle)
uni2ascii 4.18-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 788 kB
  • sloc: ansic: 5,605; tcl: 1,914; sh: 786; python: 53; makefile: 43
file content (21 lines) | stat: -rw-r--r-- 920 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
Source: uni2ascii
Section: text
Priority: optional
Maintainer: Kartik Mistry <kartik@debian.org>
Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.16.1.1)
Standards-Version: 4.5.1
Homepage: https://billposer.org/Software/uni2ascii.html
Vcs-Git: https://salsa.debian.org/debian/uni2ascii.git
Vcs-Browser: https://salsa.debian.org/debian/uni2ascii
Rules-Requires-Root: no

Package: uni2ascii
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: UTF-8 to 7-bit ASCII and vice versa converter
 This package provides conversion in both directions between UTF-8 Unicode and
 a variety of 7-bit ASCII equivalents, including HTML numeric character
 references, various escapes and hexadecimal. Such ASCII equivalents are useful
 when including Unicode text in program source, when debugging, and when
 entering text into web programs that can handle the Unicode character set but
 are not 8-bit safe.