* SADAHIRO Tomoyuki wrote:
>Now a pre-release module to get Unicode Normalization Forms
>(UAX #15) is available.
Cool! :-)
>NAME (a temporary name)
>
>Text::Unicode::Normalize - normalized forms of Unicode text
I'd suggest Unicode::Normalize and
>SYNOPSIS
>
> use Text::Unicode::Normalize;
>
Hi all. lc() and uc() don't work for me on unicode strings with activestate
perl
on windows - they return their arguments unchanged, or, lc($foo) ==
uc($foo) == $foo for all unicode strings $foo. Any thoughts or workarounds?
thanks
Zachary Mason
On Wed, 8 Aug 2001, Dan Kogai wrote:
> on 01.8.8 1:14 AM, Benjamin Franz at [EMAIL PROTECTED] wrote:
> > On Tue, 7 Aug 2001, Ashutosh Salgarkar wrote:
> >
> > my $safe_key = quotemeta($key1);
> > $searchStr =~ m/$safe_key/;
> >
> > is probably what you want. I am presuming you are trying to use m
Now a pre-release module to get Unicode Normalization Forms
(UAX #15) is available.
see http://homepage1.nifty.com/nomenclator/perl/indexE.htm
NAME (a temporary name)
Text::Unicode::Normalize - normalized forms of Unicode text
SYNOPSIS
use Text::Unicode::Normalize;
$stringNFD = NFD($s