File: unicode-names-combining_half_marks.ads

package info (click to toggle)
libxmlada1 1.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,704 kB
  • ctags: 94
  • sloc: ada: 22,582; sh: 1,804; makefile: 142; xml: 140; perl: 128
file content (9 lines) | stat: -rw-r--r-- 513 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
--  This file is built automatically from data found on the
--  unicode web site (http://www.unicode.org)

package Unicode.Names.Combining_Half_Marks is
   Combining_Ligature_Left_Half            : constant Unicode_Char := 16#FE20#;
   Combining_Ligature_Right_Half           : constant Unicode_Char := 16#FE21#;
   Combining_Double_Tilde_Left_Half        : constant Unicode_Char := 16#FE22#;
   Combining_Double_Tilde_Right_Half       : constant Unicode_Char := 16#FE23#;
end Unicode.Names.Combining_Half_Marks;