Files
xmlada/unicode/unicode-names-elbasan.ads
Fedor Rybin 7bc09d9995 Add Unicode licence to Unicode.Names.*
TN: U706-029
Change-Id: Icdc6c306783f7e88ab2b3c66470fd4626e5875d7
2021-09-21 11:29:32 +03:00

136 lines
6.1 KiB
Ada

-- This file is built automatically from data found on the
-- unicode web site (http://www.unicode.org)
-- in version 8.0.0 and thus is a subject to unicode license:
--
-- UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
-- See Terms of Use for definitions of Unicode Inc.'s
-- Data Files and Software.
--
-- NOTICE TO USER: Carefully read the following legal agreement.
-- BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
-- DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
-- YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
-- TERMS AND CONDITIONS OF THIS AGREEMENT.
-- IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
-- THE DATA FILES OR SOFTWARE.
--
-- COPYRIGHT AND PERMISSION NOTICE
--
-- Copyright © 1991-2021 Unicode, Inc. All rights reserved.
-- Distributed under the Terms of Use
-- in https://www.unicode.org/copyright.html.
--
-- Permission is hereby granted, free of charge, to any person obtaining
-- a copy of the Unicode data files and any associated documentation
-- (the "Data Files") or Unicode software and any associated documentation
-- (the "Software") to deal in the Data Files or Software
-- without restriction, including without limitation the rights to use,
-- copy, modify, merge, publish, distribute, and/or sell copies of
-- the Data Files or Software, and to permit persons to whom the Data Files
-- or Software are furnished to do so, provided that either
-- (a) this copyright and permission notice appear with all copies
-- of the Data Files or Software, or
-- (b) this copyright and permission notice appear in associated
-- Documentation.
--
-- THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
-- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
-- WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-- NONINFRINGEMENT OF THIRD PARTY RIGHTS.
-- IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
-- NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
-- DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
-- DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
-- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-- PERFORMANCE OF THE DATA FILES OR SOFTWARE.
--
-- Except as contained in this notice, the name of a copyright holder
-- shall not be used in advertising or otherwise to promote the sale,
-- use or other dealings in these Data Files or Software without prior
-- written authorization of the copyright holder.
package Unicode.Names.Elbasan is
pragma Preelaborate;
pragma Style_Checks (Off);
Elbasan_Letter_A :
constant Unicode_Char := 16#10500#;
Elbasan_Letter_Be :
constant Unicode_Char := 16#10501#;
Elbasan_Letter_Ce :
constant Unicode_Char := 16#10502#;
Elbasan_Letter_Che :
constant Unicode_Char := 16#10503#;
Elbasan_Letter_De :
constant Unicode_Char := 16#10504#;
Elbasan_Letter_Nde :
constant Unicode_Char := 16#10505#;
Elbasan_Letter_Dhe :
constant Unicode_Char := 16#10506#;
Elbasan_Letter_Ei :
constant Unicode_Char := 16#10507#;
Elbasan_Letter_E :
constant Unicode_Char := 16#10508#;
Elbasan_Letter_Fe :
constant Unicode_Char := 16#10509#;
Elbasan_Letter_Ge :
constant Unicode_Char := 16#1050A#;
Elbasan_Letter_Gje :
constant Unicode_Char := 16#1050B#;
Elbasan_Letter_He :
constant Unicode_Char := 16#1050C#;
Elbasan_Letter_I :
constant Unicode_Char := 16#1050D#;
Elbasan_Letter_Je :
constant Unicode_Char := 16#1050E#;
Elbasan_Letter_Ke :
constant Unicode_Char := 16#1050F#;
Elbasan_Letter_Le :
constant Unicode_Char := 16#10510#;
Elbasan_Letter_Lle :
constant Unicode_Char := 16#10511#;
Elbasan_Letter_Me :
constant Unicode_Char := 16#10512#;
Elbasan_Letter_Ne :
constant Unicode_Char := 16#10513#;
Elbasan_Letter_Na :
constant Unicode_Char := 16#10514#;
Elbasan_Letter_Nje :
constant Unicode_Char := 16#10515#;
Elbasan_Letter_O :
constant Unicode_Char := 16#10516#;
Elbasan_Letter_Pe :
constant Unicode_Char := 16#10517#;
Elbasan_Letter_Qe :
constant Unicode_Char := 16#10518#;
Elbasan_Letter_Re :
constant Unicode_Char := 16#10519#;
Elbasan_Letter_Rre :
constant Unicode_Char := 16#1051A#;
Elbasan_Letter_Se :
constant Unicode_Char := 16#1051B#;
Elbasan_Letter_She :
constant Unicode_Char := 16#1051C#;
Elbasan_Letter_Te :
constant Unicode_Char := 16#1051D#;
Elbasan_Letter_The :
constant Unicode_Char := 16#1051E#;
Elbasan_Letter_U :
constant Unicode_Char := 16#1051F#;
Elbasan_Letter_Ve :
constant Unicode_Char := 16#10520#;
Elbasan_Letter_Xe :
constant Unicode_Char := 16#10521#;
Elbasan_Letter_Y :
constant Unicode_Char := 16#10522#;
Elbasan_Letter_Ze :
constant Unicode_Char := 16#10523#;
Elbasan_Letter_Zhe :
constant Unicode_Char := 16#10524#;
Elbasan_Letter_Ghe :
constant Unicode_Char := 16#10525#;
Elbasan_Letter_Ghamma :
constant Unicode_Char := 16#10526#;
Elbasan_Letter_Khe :
constant Unicode_Char := 16#10527#;
end Unicode.Names.Elbasan;