Re: Unicode Normalization Forms

2001-08-08 Thread Bjoern Hoehrmann
* 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; >

trouble with using lc() and uc() with unicode strings

2001-08-08 Thread Zachary Mason
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

Re: Japanese text search problem

2001-08-08 Thread Benjamin Franz
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

Unicode Normalization Forms

2001-08-08 Thread SADAHIRO Tomoyuki
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