|
From: Shane C. <sf...@go...> - 2018-02-24 00:50:14
|
Yes, you're right, I was confusing myself. Andi, can you open a ticket at http://bugs.icu-project.org/trac/newticket and CC me? We can then discuss further what the API should look like. It is likely that this will grow into a discussion on how to add list formatting to NumberFormatter. It is the last remaining feature of measfmt.h not supported by numberformatter.h. Shane On Feb 20, 2018 2:11 PM, "Markus Scherer" <mar...@gm...> wrote: > On Sun, Feb 18, 2018 at 10:32 AM, Shane Carr via icu-design < > icu...@li...> wrote: > >> I'm not sure I follow? The existing *formatMeasures* method accepts a *const >> Measure** parameter, not *Measure[]*: >> > > Same thing. It's an array of objects. Andi is asking for an array of > pointers. > > In newer APIs, we have been trying to move away from using Measure because > it requires making intermediate objects that are essentially pairs of > (number, unit). > So this might take a little thought. > > markus > > PS: Questions and feature requests are better on the support list, and > feature requests eventually become Trac tickets (which we can file). > |