mirror of
https://github.com/AdaCore/xmlada.git
synced 2026-02-12 12:30:28 -08:00
Contributed by Nicolas Boulenguez (nicolas at debian.org) Remove the old convert.pl that had been used to import the old list of names, and replace with a full-Ada importer instead. Import all names from the Unicode 8 standard. Change-Id: I03bfa4d0ff769abc8a3b2e23149e1b745f3a8f10
38 lines
2.5 KiB
Ada
38 lines
2.5 KiB
Ada
-- This file is built automatically from data found on the
|
|
-- unicode web site (http://www.unicode.org)
|
|
-- in version 8.0.0.
|
|
package Unicode.Names.Ogham is
|
|
pragma Preelaborate;
|
|
pragma Style_Checks (Off);
|
|
|
|
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;
|