1use utf8; 2use open qw( :utf8 :std ); 3 4use XS::APItest qw(labelconst); 5my $z = ""; 6$z .= labelconst FǑǑ:; 7$z .= labelconst BÀR: 8 ; 9$z .= labelconst ᛒÀZ 10 :; 11$z .= labelconst 12 QÙÙX:; 13$z; 14