Searched refs:NFC (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 );
63 sub NFC ($) { compose(reorder(decompose($_[0]))) } subroutine
73 NFC => \&NFC, C => \&NFC,
95 NFC => \&checkNFC, C => \&checkNFC,
123 $NFC_string = NFC($string); # Normalization Form C
159 =item C<$NFC_string = NFC($string)>
191 'C' or 'NFC' for Normalization Form C (UAX #15)
237 you can get its NFC/NFK
[all...]

Completed in 14 milliseconds