File: control

package info (click to toggle)
libencoding-fixlatin-perl 1.04-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 152 kB
  • sloc: perl: 336; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,216 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
Source: libencoding-fixlatin-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 debhelper-compat (= 13),
 perl,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libencoding-fixlatin-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libencoding-fixlatin-perl
Homepage: https://metacpan.org/release/Encoding-FixLatin
Testsuite: autopkgtest-pkg-perl

Package: libencoding-fixlatin-perl
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${perl:Depends}
Recommends:
 libencoding-fixlatin-xs-perl,
Description: takes mixed encoding input and produces UTF-8 output
 Most encoding conversion tools take input in one encoding and produce
 output in another encoding.  Encoding::FixLatin takes input which may
 contain characters in more than one encoding and makes a best effort to
 convert them all to UTF-8 output.
 .
 For string soups containing only ASCII, ISO8859-1 and CP1252 but no
 actual UTF-8 characters (even if encoded as such), Encode::ZapCP1252
 may be better suitable.
 .
 Includes command-line tool fix_latin.