/usr/share/ada/adainclude/xmlada/unicode-names.ads is in libxmlada4.1-dev 4.1-4.
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 | -- This is the root of the hierarchy that provides named characters
-- The standard Unicode names have been kept wherever possible. The only
-- exception is the NULL character, which has been spelled NUL
package Unicode.Names is
pragma Preelaborate (Unicode.Names);
end Unicode.Names;
|