On Thu, Aug 24, 2000 at 03:40:00PM -0000, Perl6 RFC Librarian wrote:
> This and other RFCs are available on the web at
>   http://dev.perl.org/rfc/
> 
> =head1 TITLE
> 
> Case ignoring eq and cmp operators
> 
> =head1 VERSION
> 
>   Maintainer: Markus Peter <[EMAIL PROTECTED]>
>   Date: 24 Aug 2000
>   Version: 1
>   Mailing List: [EMAIL PROTECTED]
>   Number: 143
> 
> =head1 ABSTRACT
> 
> Perl currently only has C<eq> and C<cmp> operators which work case-sensitively.
> It would be a useful addition to add case-insensitive equivalents.

Too special-case to do just 'case'.  See the Unicode standard and tech
reports about normalization.

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Reply via email to