Lines Matching full:compat
39 # %Canon and %Compat will be ($codepoint => $hexstring) after _U_stringify()
47 our %Compat; # $codepoint => \@codepoints : compat. decomp.
122 my $compat = $tab[2] =~ s/<[^>]+>//;
129 $Compat{$u} = $dec;
130 $Canon{$u} = $dec if ! $compat;
178 : $Compat{$_} ? @{ $Compat{$_} } : $_
190 foreach my $key (keys %Compat) {
191 $Compat{$key} = [ getCompatList($key) ];
224 foreach my $hash (\%Canon, \%Compat) {
324 name => "compat",
326 hash => \%Compat,