Measurement and Currency feedback from Siri's experience #495
Replies: 1 comment 1 reply
-
Going point by point through George's comment:
By necessity, strings for textual display are not going to be the same as spoken strings. The question here is therefore whether we consider TTS to be in-scope of ICU4X. Personally, I would like to see TTS support; it's something that my directors at Google frequently ask about ("when is ICU ever going to have good spoken language support?"). It could be in scope for implementation in 2022, but we should have some early discussions to lay down some plans on how to design ICU4X such that we don't box ourselves out of TTS down the road.
@hugovdm, @younies, @macchiati, and others did a great deal of work in 2020 to gather more data on the gender and case of measurement units. That data is now in CLDR. When we work on full unit support in ICU4X, I anticipate that we will build it with inflections as a first-class feature.
Not exactly sure what this one means. We do have CLDR data now that replaces the entire number with a standalone word in measurement unit and compact notation patterns.
CLDR measurement unit data has a lot of support for plural rules.
Is this not already supported in ICU? That would be a limitation only on CLDR data having patterns for the "cent" currency unit.
ICU supports this since ICU 60.
Does ICU/CLDR not already have reasonable behavior for such currencies?
The ISO 4217 code for Bitcoin is XBT. Do we need something more? |
Beta Was this translation helpful? Give feedback.
-
George Rhoten from Apple shared their experience of why they decided not to use ICU4C/ICU4J MeasurementFormat/CurrencyFormat for Siri:
Since we want to power ECMA-402/MF2.0 integration with ICU4X, this kind of feedback may be useful for us as we design ICU4X Number/Measure/Currency formatters.
Beta Was this translation helpful? Give feedback.
All reactions