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
14 lines
645 B
Ada
14 lines
645 B
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.Specials is
|
|
pragma Preelaborate;
|
|
pragma Style_Checks (Off);
|
|
|
|
Interlinear_Annotation_Anchor : constant Unicode_Char := 16#FFF9#;
|
|
Interlinear_Annotation_Separator : constant Unicode_Char := 16#FFFA#;
|
|
Interlinear_Annotation_Terminator : constant Unicode_Char := 16#FFFB#;
|
|
Object_Replacement_Character : constant Unicode_Char := 16#FFFC#;
|
|
Replacement_Character : constant Unicode_Char := 16#FFFD#;
|
|
end Unicode.Names.Specials;
|