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
32 lines
2.0 KiB
Ada
32 lines
2.0 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.Hanunoo is
|
|
pragma Preelaborate;
|
|
pragma Style_Checks (Off);
|
|
|
|
Hanunoo_Letter_A : constant Unicode_Char := 16#1720#;
|
|
Hanunoo_Letter_I : constant Unicode_Char := 16#1721#;
|
|
Hanunoo_Letter_U : constant Unicode_Char := 16#1722#;
|
|
Hanunoo_Letter_Ka : constant Unicode_Char := 16#1723#;
|
|
Hanunoo_Letter_Ga : constant Unicode_Char := 16#1724#;
|
|
Hanunoo_Letter_Nga : constant Unicode_Char := 16#1725#;
|
|
Hanunoo_Letter_Ta : constant Unicode_Char := 16#1726#;
|
|
Hanunoo_Letter_Da : constant Unicode_Char := 16#1727#;
|
|
Hanunoo_Letter_Na : constant Unicode_Char := 16#1728#;
|
|
Hanunoo_Letter_Pa : constant Unicode_Char := 16#1729#;
|
|
Hanunoo_Letter_Ba : constant Unicode_Char := 16#172A#;
|
|
Hanunoo_Letter_Ma : constant Unicode_Char := 16#172B#;
|
|
Hanunoo_Letter_Ya : constant Unicode_Char := 16#172C#;
|
|
Hanunoo_Letter_Ra : constant Unicode_Char := 16#172D#;
|
|
Hanunoo_Letter_La : constant Unicode_Char := 16#172E#;
|
|
Hanunoo_Letter_Wa : constant Unicode_Char := 16#172F#;
|
|
Hanunoo_Letter_Sa : constant Unicode_Char := 16#1730#;
|
|
Hanunoo_Letter_Ha : constant Unicode_Char := 16#1731#;
|
|
Hanunoo_Vowel_Sign_I : constant Unicode_Char := 16#1732#;
|
|
Hanunoo_Vowel_Sign_U : constant Unicode_Char := 16#1733#;
|
|
Hanunoo_Sign_Pamudpod : constant Unicode_Char := 16#1734#;
|
|
Philippine_Single_Punctuation : constant Unicode_Char := 16#1735#;
|
|
Philippine_Double_Punctuation : constant Unicode_Char := 16#1736#;
|
|
end Unicode.Names.Hanunoo;
|