Files
xmlada/unicode/unicode-names-specials.ads
Emmanuel Briot 1184d97d88 Add support for unicode 8 names
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
2016-06-02 10:53:20 +02:00

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;