-
-
21 Aug 2021 11:19:36 UTC
- Distribution: Unicode-Collate
- Module version: 1.31
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (14 / 0 / 0)
- Kwalitee
Bus factor: 5- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (905.12KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Carp
- File::Spec
- XSLoader
- constant
- strict
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Unicode::Collate::CJK::Stroke - weighting CJK Unified Ideographs for Unicode::Collate
SYNOPSIS
use Unicode::Collate; use Unicode::Collate::CJK::Stroke; my $collator = Unicode::Collate->new( overrideCJK => \&Unicode::Collate::CJK::Stroke::weightStroke );
DESCRIPTION
Unicode::Collate::CJK::Stroke
providesweightStroke()
, that is adequate foroverrideCJK
ofUnicode::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, useentry
instead.SEE ALSO
- CLDR - Unicode Common Locale Data Repository
- Unicode Locale Data Markup Language (LDML) - UTS #35
- Unicode::Collate
- Unicode::Collate::Locale
Module Install Instructions
To install Unicode::Collate, copy and paste the appropriate command in to your terminal.
cpanm Unicode::Collate
perl -MCPAN -e shell install Unicode::Collate
For more information on module installation, please visit the detailed CPAN module installation guide.