File: unicode-names-specials.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-- 489 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.Specials is
   Interlinear_Annotation_Anchor           : constant Unicode_Char := 16#FFF9#;
   Interlinear_Annotation_Separator        : constant Unicode_Char := 16#FFFA#;
   Interlinear_Annotation_Terminator       : constant Unicode_Char := 16#FFFB#;
   Object_Replacement_Character            : constant Unicode_Char := 16#FFFC#;
end Unicode.Names.Specials;