/usr/share/ada/adainclude/xmlada/unicode-names-ogham.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 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | -- This file is built automatically from data found on the
-- unicode web site (http://www.unicode.org)
package Unicode.Names.Ogham is
Ogham_Space_Mark : constant Unicode_Char := 16#1680#;
Ogham_Letter_Beith : constant Unicode_Char := 16#1681#;
Ogham_Letter_Luis : constant Unicode_Char := 16#1682#;
Ogham_Letter_Fearn : constant Unicode_Char := 16#1683#;
Ogham_Letter_Sail : constant Unicode_Char := 16#1684#;
Ogham_Letter_Nion : constant Unicode_Char := 16#1685#;
Ogham_Letter_Uath : constant Unicode_Char := 16#1686#;
Ogham_Letter_Dair : constant Unicode_Char := 16#1687#;
Ogham_Letter_Tinne : constant Unicode_Char := 16#1688#;
Ogham_Letter_Coll : constant Unicode_Char := 16#1689#;
Ogham_Letter_Ceirt : constant Unicode_Char := 16#168A#;
Ogham_Letter_Muin : constant Unicode_Char := 16#168B#;
Ogham_Letter_Gort : constant Unicode_Char := 16#168C#;
Ogham_Letter_Ngeadal : constant Unicode_Char := 16#168D#;
Ogham_Letter_Straif : constant Unicode_Char := 16#168E#;
Ogham_Letter_Ruis : constant Unicode_Char := 16#168F#;
Ogham_Letter_Ailm : constant Unicode_Char := 16#1690#;
Ogham_Letter_Onn : constant Unicode_Char := 16#1691#;
Ogham_Letter_Ur : constant Unicode_Char := 16#1692#;
Ogham_Letter_Eadhadh : constant Unicode_Char := 16#1693#;
Ogham_Letter_Iodhadh : constant Unicode_Char := 16#1694#;
Ogham_Letter_Eabhadh : constant Unicode_Char := 16#1695#;
Ogham_Letter_Or : constant Unicode_Char := 16#1696#;
Ogham_Letter_Uilleann : constant Unicode_Char := 16#1697#;
Ogham_Letter_Ifin : constant Unicode_Char := 16#1698#;
Ogham_Letter_Eamhancholl : constant Unicode_Char := 16#1699#;
Ogham_Letter_Peith : constant Unicode_Char := 16#169A#;
Ogham_Feather_Mark : constant Unicode_Char := 16#169B#;
Ogham_Reversed_Feather_Mark : constant Unicode_Char := 16#169C#;
end Unicode.Names.Ogham;
|