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
71 lines
2.9 KiB
Ada
71 lines
2.9 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.Ugaritic is
|
|
pragma Preelaborate;
|
|
pragma Style_Checks (Off);
|
|
|
|
Ugaritic_Letter_Alpa :
|
|
constant Unicode_Char := 16#10380#;
|
|
Ugaritic_Letter_Beta :
|
|
constant Unicode_Char := 16#10381#;
|
|
Ugaritic_Letter_Gamla :
|
|
constant Unicode_Char := 16#10382#;
|
|
Ugaritic_Letter_Kha :
|
|
constant Unicode_Char := 16#10383#;
|
|
Ugaritic_Letter_Delta :
|
|
constant Unicode_Char := 16#10384#;
|
|
Ugaritic_Letter_Ho :
|
|
constant Unicode_Char := 16#10385#;
|
|
Ugaritic_Letter_Wo :
|
|
constant Unicode_Char := 16#10386#;
|
|
Ugaritic_Letter_Zeta :
|
|
constant Unicode_Char := 16#10387#;
|
|
Ugaritic_Letter_Hota :
|
|
constant Unicode_Char := 16#10388#;
|
|
Ugaritic_Letter_Tet :
|
|
constant Unicode_Char := 16#10389#;
|
|
Ugaritic_Letter_Yod :
|
|
constant Unicode_Char := 16#1038A#;
|
|
Ugaritic_Letter_Kaf :
|
|
constant Unicode_Char := 16#1038B#;
|
|
Ugaritic_Letter_Shin :
|
|
constant Unicode_Char := 16#1038C#;
|
|
Ugaritic_Letter_Lamda :
|
|
constant Unicode_Char := 16#1038D#;
|
|
Ugaritic_Letter_Mem :
|
|
constant Unicode_Char := 16#1038E#;
|
|
Ugaritic_Letter_Dhal :
|
|
constant Unicode_Char := 16#1038F#;
|
|
Ugaritic_Letter_Nun :
|
|
constant Unicode_Char := 16#10390#;
|
|
Ugaritic_Letter_Zu :
|
|
constant Unicode_Char := 16#10391#;
|
|
Ugaritic_Letter_Samka :
|
|
constant Unicode_Char := 16#10392#;
|
|
Ugaritic_Letter_Ain :
|
|
constant Unicode_Char := 16#10393#;
|
|
Ugaritic_Letter_Pu :
|
|
constant Unicode_Char := 16#10394#;
|
|
Ugaritic_Letter_Sade :
|
|
constant Unicode_Char := 16#10395#;
|
|
Ugaritic_Letter_Qopa :
|
|
constant Unicode_Char := 16#10396#;
|
|
Ugaritic_Letter_Rasha :
|
|
constant Unicode_Char := 16#10397#;
|
|
Ugaritic_Letter_Thanna :
|
|
constant Unicode_Char := 16#10398#;
|
|
Ugaritic_Letter_Ghain :
|
|
constant Unicode_Char := 16#10399#;
|
|
Ugaritic_Letter_To :
|
|
constant Unicode_Char := 16#1039A#;
|
|
Ugaritic_Letter_I :
|
|
constant Unicode_Char := 16#1039B#;
|
|
Ugaritic_Letter_U :
|
|
constant Unicode_Char := 16#1039C#;
|
|
Ugaritic_Letter_Ssu :
|
|
constant Unicode_Char := 16#1039D#;
|
|
Ugaritic_Word_Divider :
|
|
constant Unicode_Char := 16#1039F#;
|
|
end Unicode.Names.Ugaritic;
|