Searched refs:NFKC (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm23 our @EXPORT = qw( NFC NFD NFKC NFKD );
64 sub NFKC ($) { compose(reorder(decompose($_[0], COMPAT))) } subroutine
75 NFKC => \&NFKC, KC => \&NFKC,
97 NFKC => \&checkNFKC, KC => \&checkNFKC,
125 $NFKC_string = NFKC($string); # Normalization Form KC
168 =item C<$NFKC_string = NFKC($string)>
193 'KC' or 'NFKC' for Normalization Form KC (UAX #15)
237 you can get its NFC/NFKC strin
[all...]

Completed in 20 milliseconds