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
50 lines
3.4 KiB
Ada
50 lines
3.4 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.Bopomofo is
|
|
pragma Preelaborate;
|
|
pragma Style_Checks (Off);
|
|
|
|
Bopomofo_Letter_B : constant Unicode_Char := 16#3105#;
|
|
Bopomofo_Letter_P : constant Unicode_Char := 16#3106#;
|
|
Bopomofo_Letter_M : constant Unicode_Char := 16#3107#;
|
|
Bopomofo_Letter_F : constant Unicode_Char := 16#3108#;
|
|
Bopomofo_Letter_D : constant Unicode_Char := 16#3109#;
|
|
Bopomofo_Letter_T : constant Unicode_Char := 16#310A#;
|
|
Bopomofo_Letter_N : constant Unicode_Char := 16#310B#;
|
|
Bopomofo_Letter_L : constant Unicode_Char := 16#310C#;
|
|
Bopomofo_Letter_G : constant Unicode_Char := 16#310D#;
|
|
Bopomofo_Letter_K : constant Unicode_Char := 16#310E#;
|
|
Bopomofo_Letter_H : constant Unicode_Char := 16#310F#;
|
|
Bopomofo_Letter_J : constant Unicode_Char := 16#3110#;
|
|
Bopomofo_Letter_Q : constant Unicode_Char := 16#3111#;
|
|
Bopomofo_Letter_X : constant Unicode_Char := 16#3112#;
|
|
Bopomofo_Letter_Zh : constant Unicode_Char := 16#3113#;
|
|
Bopomofo_Letter_Ch : constant Unicode_Char := 16#3114#;
|
|
Bopomofo_Letter_Sh : constant Unicode_Char := 16#3115#;
|
|
Bopomofo_Letter_R : constant Unicode_Char := 16#3116#;
|
|
Bopomofo_Letter_Z : constant Unicode_Char := 16#3117#;
|
|
Bopomofo_Letter_C : constant Unicode_Char := 16#3118#;
|
|
Bopomofo_Letter_S : constant Unicode_Char := 16#3119#;
|
|
Bopomofo_Letter_A : constant Unicode_Char := 16#311A#;
|
|
Bopomofo_Letter_O : constant Unicode_Char := 16#311B#;
|
|
Bopomofo_Letter_E : constant Unicode_Char := 16#311C#;
|
|
Bopomofo_Letter_Eh : constant Unicode_Char := 16#311D#;
|
|
Bopomofo_Letter_Ai : constant Unicode_Char := 16#311E#;
|
|
Bopomofo_Letter_Ei : constant Unicode_Char := 16#311F#;
|
|
Bopomofo_Letter_Au : constant Unicode_Char := 16#3120#;
|
|
Bopomofo_Letter_Ou : constant Unicode_Char := 16#3121#;
|
|
Bopomofo_Letter_An : constant Unicode_Char := 16#3122#;
|
|
Bopomofo_Letter_En : constant Unicode_Char := 16#3123#;
|
|
Bopomofo_Letter_Ang : constant Unicode_Char := 16#3124#;
|
|
Bopomofo_Letter_Eng : constant Unicode_Char := 16#3125#;
|
|
Bopomofo_Letter_Er : constant Unicode_Char := 16#3126#;
|
|
Bopomofo_Letter_I : constant Unicode_Char := 16#3127#;
|
|
Bopomofo_Letter_U : constant Unicode_Char := 16#3128#;
|
|
Bopomofo_Letter_Iu : constant Unicode_Char := 16#3129#;
|
|
Bopomofo_Letter_V : constant Unicode_Char := 16#312A#;
|
|
Bopomofo_Letter_Ng : constant Unicode_Char := 16#312B#;
|
|
Bopomofo_Letter_Gn : constant Unicode_Char := 16#312C#;
|
|
Bopomofo_Letter_Ih : constant Unicode_Char := 16#312D#;
|
|
end Unicode.Names.Bopomofo;
|