Closed Tkael closed 3 years ago
While you're in there, could you look at systems where the '-' is read as "minus" rather than "dash"? I believe that the "-" should always be read as "dash" never "minus" in regard to system names.
cpd-28 332 is an example system where I have experienced this anomaly.
Thanks.
What's Wrong (please be as specific as possible)
Expected
"Body 11 A"
Observed
"Body 1 1 A"
Steps to reproduce
Configuration
My Investigation
Investigation Notes
The P() function passes the body short name through the
Translations.cs/sayAsLettersOrNumbers
method. This method breaks the input down into individual characters then applies SSML to speak each character or digit separately. "11" is broken down into two digits to be pronounced separately rather than being preserved as a single number.