/usr/share/ada/adainclude/xmlada/unicode-names-specials.ads is in libxmlada5-dev 4.4.2014-1.
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 | -- This file is built automatically from data found on the
-- unicode web site (http://www.unicode.org)
package Unicode.Names.Specials is
Interlinear_Annotation_Anchor : constant Unicode_Char := 16#FFF9#;
Interlinear_Annotation_Separator : constant Unicode_Char := 16#FFFA#;
Interlinear_Annotation_Terminator : constant Unicode_Char := 16#FFFB#;
Object_Replacement_Character : constant Unicode_Char := 16#FFFC#;
end Unicode.Names.Specials;
|