perl-unicode

Re: Unicode Normalization Forms

2001-08-09 13:31:23
* 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:bjoern(_at_)hoehrmann(_dot_)de } 
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/

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