* SADAHIRO Tomoyuki wrote:
>How about the following interface?
>
>| $normalized_string = normalize($raw_string)
>|
>| You can use this function only if the normalization form
>| you require is specified in the C<use> statement: 
>|
>|   use Text::Unicode::Normalize 'C'; # Normalization Form C

Also fine, but this would lack of the ability to switch from one form to
another. The normalize() function could have a second parameter that
takes a form name.

What's wrong with Unicode::Normalize?
-- 
Björn Höhrmann { mailto:[EMAIL PROTECTED] } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/

Reply via email to