perl-unicode

Re: Unicode::Normalize 0.15 update

2002-03-19 06:39:00
 
New feature:

  - Quick check (Annex 8, UAX #15) is implemented.
  - More documentation.

E.g., if $string should be in NFC in a high probability,
saying

   $NFC_string = checkNFC($string) ? $string : NFC($string);

may be more (a bit) sufficient than simply saying

sorry, s/sufficient/efficient/;


   $NFC_string = NFC($string);

enjoy.

SADAHIRO Tomoyuki

Regards,
SADAHIRO Tomoyuki

<Prev in Thread] Current Thread [Next in Thread>