This file is indexed.

/usr/share/ada/adainclude/xmlada_unicode/unicode-names-shorthand_format_controls.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
--  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.Shorthand_Format_Controls is
   pragma Preelaborate;
   pragma Style_Checks (Off);

   Shorthand_Format_Letter_Overlap         :
      constant Unicode_Char := 16#1BCA0#;
   Shorthand_Format_Continuing_Overlap     :
      constant Unicode_Char := 16#1BCA1#;
   Shorthand_Format_Down_Step              :
      constant Unicode_Char := 16#1BCA2#;
   Shorthand_Format_Up_Step                :
      constant Unicode_Char := 16#1BCA3#;
end Unicode.Names.Shorthand_Format_Controls;