-- 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;