Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #41051] [PATCH]: Configure.pl: Spell out what 'ICU' means

4 views
Skip to first unread message

James Keenan

unread,
Dec 5, 2006, 7:16:32 PM12/5/06
to bugs-bi...@rt.perl.org
# New Ticket Created by James Keenan
# Please include the string: [perl #41051]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41051 >


In this posting to the list ...
http://beta.nntp.perl.org/group/perl.perl6.internals/2006/12/
msg35794.html
Nick Clark referred to ICU.

Newbie that I am, I did not know what that abbreviation referred to.
So I acked the Parrot codebase and found only one place where ICU was
spelled out:

languages/dotnet/doc/building.pod
14:=item * ICU (International Components For Unicode), so Parrot can
handle the
15:UTF-16 strings used by .NET. Parrot must be built with ICU support.


That's insufficient. So I propose that the subsection in
Configure.pl's pod discussing ICU spell it out. Hence, the attached
one-line patch to Configure.pl.

kid51

[parrot] 506 $ diffstat Configure.pl.ICU.patch
Configure.pl | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

Configure.pl.ICU.patch

Will Coleda

unread,
Dec 5, 2006, 9:37:18 PM12/5/06
to perl6-i...@perl.org, bugs-bi...@netlabs.develooper.com

On Dec 5, 2006, at 7:16 PM, James Keenan (via RT) wrote:

> # New Ticket Created by James Keenan
> # Please include the string: [perl #41051]
> # in the subject line of all future correspondence about this issue.
> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41051 >
>
>
> In this posting to the list ...
> http://beta.nntp.perl.org/group/perl.perl6.internals/2006/12/
> msg35794.html
> Nick Clark referred to ICU.
>
> Newbie that I am, I did not know what that abbreviation referred to.
> So I acked the Parrot codebase and found only one place where ICU was
> spelled out:
>
> languages/dotnet/doc/building.pod
> 14:=item * ICU (International Components For Unicode), so Parrot can
> handle the
> 15:UTF-16 strings used by .NET. Parrot must be built with ICU support.
>
>
> That's insufficient. So I propose that the subsection in
> Configure.pl's pod discussing ICU spell it out. Hence, the attached
> one-line patch to Configure.pl.
>

Thanks, applied as r16021.

0 new messages