develooper Front page | perl.perl6.internals | Postings from June 2001

Re: More character matching bits

Thread Previous | Thread Next
From:
Bart Lateur
Date:
June 13, 2001 08:14
Subject:
Re: More character matching bits
Message ID:
hi0fitgemtfpu4oq2q9sv15ctl8g0td7nv@4ax.com
On Wed, 13 Jun 2001 01:22:32 +0100, Simon Cozens wrote:

> Something that should be part of the core? I'll leave
>that for you to decide.

Most definitely NOT.

There is no reason to put fucntionality for free matching of Japanese
characters into the basic perl executable. There were already voices
here, on how to strip Unicode support completely from the perl core,
because these people don't feel like they need it. so this is most
definitely going to far.

If you want to free matching on Japanese text, stuff it in a module. If
you want the same kind of support for Korean, stuff it in another
module. Very few people will need both at the same time. Perhaps it can
even be put into locale...?

But, as a summary: Unicode support in the perl core should be minimal,
so nobody feels the need to strip anything.

-- 
	Bart.

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About