File: control

package info (click to toggle)
libtranscript 0.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,272 kB
  • sloc: ansic: 223,135; cpp: 4,289; sh: 1,095; xml: 172; makefile: 70; lex: 44
file content (58 lines) | stat: -rw-r--r-- 1,992 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: libtranscript
Maintainer: Gertjan Halkes <debian@ghalkes.nl>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Section: libs
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 gettext,
 libtool-bin,
 pkgconf,
Standards-Version: 4.7.3
Homepage: https://os.ghalkes.nl/libtranscript.html
Vcs-Git: https://salsa.debian.org/debian/libtranscript.git
Vcs-Browser: https://salsa.debian.org/debian/libtranscript

Package: libtranscript-dev
Section: libdevel
Architecture: any
Depends:
 libtranscript1 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: Development files for libtranscript
 libtranscript is a character-set conversion library, much like the iconv set of
 functions. The library allows great control over the conversions. It was
 designed for use in programs which use Unicode internally, using UTF-8, UTF-16
 or UTF-32/UCS-4.
 .
 This package contains the header files to compile programs against
 libtranscript, and to develop converters for use in libtranscript. It also
 contains the ucm2ltc program to create compilable converters from .ucm files.

Package: libtranscript1
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Character set conversion library
 libtranscript is a character-set conversion library, much like the iconv set of
 functions. The library allows great control over the conversions. It was
 designed for use in programs which use Unicode internally, using UTF-8, UTF-16
 or UTF-32/UCS-4.
 .
 libtranscript currently provides converters for the following encodings:
 .
  - Unicode UTF-{7,8,16LE,16BE,32LE,32BE}, CESU-8, GB-18030.
  - ISO-8859-{1,2,3,4,5,6,7,7-2003,8,9,10,11,13,14,15,16}.
  - Windows-125{1,2,3,4,5,6,7,8}.
  - KOI8-{R,U,RU}.
  - ISO-2022-{JP,JP2,JP3,JP2004,KR,CN,CN-EXT}.
  - EUC-{CN,JP,JIS-2004,KR,TW}, Windows-949.
  - Big5, Big5-HKSCS, Windows-950.
  - Shift-JIS, Shift-JISX0213, Shift-JIS-2004, Windows-932.
  - JIS-X-201.
  - Window-936.
  - VISCII.
  - IBM-{37,437,1047}.