This file is indexed.

/usr/share/doc/libunicode-maputf8-perl/README is in libunicode-maputf8-perl 1.11-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
Unicode::MapUTF8 - Conversions to and from arbitrary character sets and UTF8

Provides an adapter layer between core routines for converting
to and from UTF8 and other encodings. In essence, a way to give 
multiple existing Unicode modules a single common interface so 
you don't have to know the underlaying implementations to do 
simple UTF8 to-from other character set string conversions. 
As such, it wraps the Unicode::String, Unicode::Map8,
Unicode::Map and Jcode modules in a standardized and simple 
API.

Mainly intended for use with Perl 5.6 and 5.0 since starting
with Perl 5.8 the Encode modules are the preferred way of
handling character set encodings.

To install:

perl Makefile.PL
make
make test
make install

Alternatively, if you have Module::Build installed,

perl Build.PL
./Build
./Build test
./Build install

See 'perldoc Unicode::MapUTF8' for the documentation.