perl-unicode

Re: RFC: API to access Unicode db files

2011-07-24 22:26:56
Karl Williamson wrote:
prop_invmap("Numeric_Value", \@numerics_ranges, \@numerics_maps);

Looks fine to me, except for the convention for returning the arrays.
It would be neater to return a list of items rather than modify arrays
in place:

  ($status, $ranges, $maps) = prop_invmap("Numeric_Value");

-zefram

<Prev in Thread] Current Thread [Next in Thread>