This code was just copied to its new location. It will only be used
once, so don't need to check that it's for the correct properties, and a
line just above also checked that it's needed or not, so the whole if
can be removed
$INTERNAL_ONLY
END
my $pre_body = "";
- # Only write out to files that need them
- if (($has_hangul_syllables || @code_points_ending_in_code_point)
- && ($self->property == $perl_charname
- ||$self->property == main::property_ref('Name')))
- {
# Convert these structures to output format.
my $code_points_ending_in_code_point =
} # End closure
END
- } # End of has hangul or code point in name maps.
main::write("Name.pm", 0, \@name); # The 0 means no utf8.
return;