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
63 lines
2.5 KiB
Ada
63 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.Gothic is
|
|
pragma Preelaborate;
|
|
pragma Style_Checks (Off);
|
|
|
|
Gothic_Letter_Ahsa :
|
|
constant Unicode_Char := 16#10330#;
|
|
Gothic_Letter_Bairkan :
|
|
constant Unicode_Char := 16#10331#;
|
|
Gothic_Letter_Giba :
|
|
constant Unicode_Char := 16#10332#;
|
|
Gothic_Letter_Dags :
|
|
constant Unicode_Char := 16#10333#;
|
|
Gothic_Letter_Aihvus :
|
|
constant Unicode_Char := 16#10334#;
|
|
Gothic_Letter_Qairthra :
|
|
constant Unicode_Char := 16#10335#;
|
|
Gothic_Letter_Iuja :
|
|
constant Unicode_Char := 16#10336#;
|
|
Gothic_Letter_Hagl :
|
|
constant Unicode_Char := 16#10337#;
|
|
Gothic_Letter_Thiuth :
|
|
constant Unicode_Char := 16#10338#;
|
|
Gothic_Letter_Eis :
|
|
constant Unicode_Char := 16#10339#;
|
|
Gothic_Letter_Kusma :
|
|
constant Unicode_Char := 16#1033A#;
|
|
Gothic_Letter_Lagus :
|
|
constant Unicode_Char := 16#1033B#;
|
|
Gothic_Letter_Manna :
|
|
constant Unicode_Char := 16#1033C#;
|
|
Gothic_Letter_Nauths :
|
|
constant Unicode_Char := 16#1033D#;
|
|
Gothic_Letter_Jer :
|
|
constant Unicode_Char := 16#1033E#;
|
|
Gothic_Letter_Urus :
|
|
constant Unicode_Char := 16#1033F#;
|
|
Gothic_Letter_Pairthra :
|
|
constant Unicode_Char := 16#10340#;
|
|
Gothic_Letter_Ninety :
|
|
constant Unicode_Char := 16#10341#;
|
|
Gothic_Letter_Raida :
|
|
constant Unicode_Char := 16#10342#;
|
|
Gothic_Letter_Sauil :
|
|
constant Unicode_Char := 16#10343#;
|
|
Gothic_Letter_Teiws :
|
|
constant Unicode_Char := 16#10344#;
|
|
Gothic_Letter_Winja :
|
|
constant Unicode_Char := 16#10345#;
|
|
Gothic_Letter_Faihu :
|
|
constant Unicode_Char := 16#10346#;
|
|
Gothic_Letter_Iggws :
|
|
constant Unicode_Char := 16#10347#;
|
|
Gothic_Letter_Hwair :
|
|
constant Unicode_Char := 16#10348#;
|
|
Gothic_Letter_Othal :
|
|
constant Unicode_Char := 16#10349#;
|
|
Gothic_Letter_Nine_Hundred :
|
|
constant Unicode_Char := 16#1034A#;
|
|
end Unicode.Names.Gothic;
|