This file is indexed.

/usr/share/ada/adainclude/xmlada_unicode/unicode-names-kanbun.ads is in libxmlada-unicode7-dev 17.1.2017-5.

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
--  This file is built automatically from data found on the
--  unicode web site (http://www.unicode.org)
--  in version 10.0.0.
package Unicode.Names.Kanbun is
   pragma Preelaborate;
   pragma Style_Checks (Off);

   Ideographic_Annotation_Linking_Mark     : constant Unicode_Char := 16#3190#;
   Ideographic_Annotation_Reverse_Mark     : constant Unicode_Char := 16#3191#;
   Ideographic_Annotation_One_Mark         : constant Unicode_Char := 16#3192#;
   Ideographic_Annotation_Two_Mark         : constant Unicode_Char := 16#3193#;
   Ideographic_Annotation_Three_Mark       : constant Unicode_Char := 16#3194#;
   Ideographic_Annotation_Four_Mark        : constant Unicode_Char := 16#3195#;
   Ideographic_Annotation_Top_Mark         : constant Unicode_Char := 16#3196#;
   Ideographic_Annotation_Middle_Mark      : constant Unicode_Char := 16#3197#;
   Ideographic_Annotation_Bottom_Mark      : constant Unicode_Char := 16#3198#;
   Ideographic_Annotation_First_Mark       : constant Unicode_Char := 16#3199#;
   Ideographic_Annotation_Second_Mark      : constant Unicode_Char := 16#319A#;
   Ideographic_Annotation_Third_Mark       : constant Unicode_Char := 16#319B#;
   Ideographic_Annotation_Fourth_Mark      : constant Unicode_Char := 16#319C#;
   Ideographic_Annotation_Heaven_Mark      : constant Unicode_Char := 16#319D#;
   Ideographic_Annotation_Earth_Mark       : constant Unicode_Char := 16#319E#;
   Ideographic_Annotation_Man_Mark         : constant Unicode_Char := 16#319F#;
end Unicode.Names.Kanbun;