File: control

package info (click to toggle)
libtext-unaccent-perl 1.08-1.3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 640 kB
  • ctags: 254
  • sloc: ansic: 1,276; makefile: 49; perl: 12
file content (17 lines) | stat: -rw-r--r-- 776 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libtext-unaccent-perl
Section: interpreters
Priority: optional
Build-Depends: debhelper (>= 9), perl (>= 5.6.1-7)
Maintainer: Loic Dachary (OuoU) <loic@debian.org>
Standards-Version: 3.6.1

Package: libtext-unaccent-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: provides functions to remove accents using UTF16 as a pivot
 Text::Unaccent is a module that provides functions to remove accents
 from a string.  For instance the string été will become ete.  The
 charset of the input string is specified as an argument. The input is
 converted to UTF-16 using iconv(3), accents are stripped and the
 result is converted back to the original charset. The iconv -l
 command on GNU/Linux will show all charset supported.