Perl 5 version 32.0 documentation

Unicode::Collate::CJK::Stroke

NAME

Unicode::Collate::CJK::Stroke - weighting CJK Unified Ideographs for Unicode::Collate

SYNOPSIS

  1. use Unicode::Collate;
  2. use Unicode::Collate::CJK::Stroke;
  3. my $collator = Unicode::Collate->new(
  4. overrideCJK => \&Unicode::Collate::CJK::Stroke::weightStroke
  5. );

DESCRIPTION

Unicode::Collate::CJK::Stroke provides weightStroke() , that is adequate for overrideCJK of Unicode::Collate and makes tailoring of CJK Unified Ideographs in the order of CLDR's stroke ordering.

CAVEAT

The stroke ordering includes some characters that are not CJK Unified Ideographs and can't utilize weightStroke() for collation. For them, use entry instead.

SEE ALSO