File: control

package info (click to toggle)
libmarc-charset-perl 1.35-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,472 kB
  • ctags: 85
  • sloc: xml: 99,038; perl: 774; makefile: 6
file content (41 lines) | stat: -rw-r--r-- 1,751 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
Source: libmarc-charset-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Niko Tyni <ntyni@debian.org>,
           Nathan Handler <nhandler@debian.org>,
           Krzysztof Krzyżaniak (eloy) <eloy@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               perl,
               libxml-sax-perl,
               libclass-accessor-perl,
               libtest-pod-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmarc-charset-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmarc-charset-perl.git
Homepage: https://metacpan.org/release/MARC-Charset
Testsuite: autopkgtest-pkg-perl

Package: libmarc-charset-perl
Architecture: any
Depends: ${perl:Depends},
         ${misc:Depends},
         libxml-sax-perl,
         libclass-accessor-perl
Suggests: libmarc-record-perl
Description: Perl module for bidirectional MARC-8 <-> Unicode conversion
 MARC::Charset allows you to turn MARC-8 encoded strings into UTF-8
 strings.
 .
 MARC-8 is a single byte character encoding that predates unicode, and
 allows you to put non-Roman scripts in MARC bibliographic records.
 .
 The MARC21 standard now supports encoding character data in Unicode,
 specifically the UCS Transformation Formats-8 (UTF-8).  Unicode
 notwithstanding, libraries still have a wealth of data encoded using
 MARC-8. Yet, some new data formats such as XML require that characters are
 encoded using Unicode. In order to facilitate conversion the Library of
 Congress graciously published character mappings to enable the conversion
 of MARC-8 data to Unicode.