-
-
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::JISX0208 - weighting JIS KANJI for Unicode::Collate
SYNOPSIS
use Unicode::Collate; use Unicode::Collate::CJK::JISX0208; my $collator = Unicode::Collate->new( overrideCJK => \&Unicode::Collate::CJK::JISX0208::weightJISX0208 );
DESCRIPTION
Unicode::Collate::CJK::JISX0208
providesweightJISX0208()
, that is adequate foroverrideCJK
ofUnicode::Collate
and makes tailoring of 6355 kanji (CJK Unified Ideographs) in the JIS X 0208 order.SEE ALSO
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.