Files
xmlada/unicode/unicode-names-kanbun.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

25 lines
1.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.Kanbun is
pragma Preelaborate;
pragma Style_Checks (Off);
Ideographic_Annotation_Linking_Mark : constant Unicode_Char := 16#3190#;
Ideographic_Annotation_Reverse_Mark : constant Unicode_Char := 16#3191#;
Ideographic_Annotation_One_Mark : constant Unicode_Char := 16#3192#;
Ideographic_Annotation_Two_Mark : constant Unicode_Char := 16#3193#;
Ideographic_Annotation_Three_Mark : constant Unicode_Char := 16#3194#;
Ideographic_Annotation_Four_Mark : constant Unicode_Char := 16#3195#;
Ideographic_Annotation_Top_Mark : constant Unicode_Char := 16#3196#;
Ideographic_Annotation_Middle_Mark : constant Unicode_Char := 16#3197#;
Ideographic_Annotation_Bottom_Mark : constant Unicode_Char := 16#3198#;
Ideographic_Annotation_First_Mark : constant Unicode_Char := 16#3199#;
Ideographic_Annotation_Second_Mark : constant Unicode_Char := 16#319A#;
Ideographic_Annotation_Third_Mark : constant Unicode_Char := 16#319B#;
Ideographic_Annotation_Fourth_Mark : constant Unicode_Char := 16#319C#;
Ideographic_Annotation_Heaven_Mark : constant Unicode_Char := 16#319D#;
Ideographic_Annotation_Earth_Mark : constant Unicode_Char := 16#319E#;
Ideographic_Annotation_Man_Mark : constant Unicode_Char := 16#319F#;
end Unicode.Names.Kanbun;