perl-unicode
|
Re: RFC: API to access Unicode db files2011-07-24 22:26:56Karl 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
|
|