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

23 lines
1.3 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.Optical_Chars_Recognition is
pragma Preelaborate;
pragma Style_Checks (Off);
Ocr_Hook : constant Unicode_Char := 16#2440#;
Ocr_Chair : constant Unicode_Char := 16#2441#;
Ocr_Fork : constant Unicode_Char := 16#2442#;
Ocr_Inverted_Fork : constant Unicode_Char := 16#2443#;
Ocr_Belt_Buckle : constant Unicode_Char := 16#2444#;
Ocr_Bow_Tie : constant Unicode_Char := 16#2445#;
Ocr_Branch_Bank_Identification : constant Unicode_Char := 16#2446#;
Ocr_Amount_Of_Check : constant Unicode_Char := 16#2447#;
Ocr_Dash : constant Unicode_Char := 16#2448#;
Micr_On_Us_Symbol : Unicode_Char renames Ocr_Dash;
Ocr_Customer_Account_Number : constant Unicode_Char := 16#2449#;
Micr_Dash_Symbol :
Unicode_Char renames Ocr_Customer_Account_Number;
Ocr_Double_Backslash : constant Unicode_Char := 16#244A#;
end Unicode.Names.Optical_Chars_Recognition;