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
29 lines
1.8 KiB
Ada
29 lines
1.8 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.Buhid is
|
|
pragma Preelaborate;
|
|
pragma Style_Checks (Off);
|
|
|
|
Buhid_Letter_A : constant Unicode_Char := 16#1740#;
|
|
Buhid_Letter_I : constant Unicode_Char := 16#1741#;
|
|
Buhid_Letter_U : constant Unicode_Char := 16#1742#;
|
|
Buhid_Letter_Ka : constant Unicode_Char := 16#1743#;
|
|
Buhid_Letter_Ga : constant Unicode_Char := 16#1744#;
|
|
Buhid_Letter_Nga : constant Unicode_Char := 16#1745#;
|
|
Buhid_Letter_Ta : constant Unicode_Char := 16#1746#;
|
|
Buhid_Letter_Da : constant Unicode_Char := 16#1747#;
|
|
Buhid_Letter_Na : constant Unicode_Char := 16#1748#;
|
|
Buhid_Letter_Pa : constant Unicode_Char := 16#1749#;
|
|
Buhid_Letter_Ba : constant Unicode_Char := 16#174A#;
|
|
Buhid_Letter_Ma : constant Unicode_Char := 16#174B#;
|
|
Buhid_Letter_Ya : constant Unicode_Char := 16#174C#;
|
|
Buhid_Letter_Ra : constant Unicode_Char := 16#174D#;
|
|
Buhid_Letter_La : constant Unicode_Char := 16#174E#;
|
|
Buhid_Letter_Wa : constant Unicode_Char := 16#174F#;
|
|
Buhid_Letter_Sa : constant Unicode_Char := 16#1750#;
|
|
Buhid_Letter_Ha : constant Unicode_Char := 16#1751#;
|
|
Buhid_Vowel_Sign_I : constant Unicode_Char := 16#1752#;
|
|
Buhid_Vowel_Sign_U : constant Unicode_Char := 16#1753#;
|
|
end Unicode.Names.Buhid;
|