Speech-Rule-Engine / speech-rule-engine

Generating speech descriptions for XML structures
https://zorkow.github.io/speech-rule-engine/
Apache License 2.0
73 stars 39 forks source link

[ssml] sup vs subscripts #756

Closed pkra closed 3 weeks ago

pkra commented 3 weeks ago

I'm wondering if the following is intentional.

On the one hand, e.g. ,z^0 produces <say-as interpret-as="character">z</say-as> Superscript 0

On the other hand, z_0 produces <say-as interpret-as="character">z</say-as> 0

(using 4.1.0-beta.10).

pkra commented 3 weeks ago

After a closer look, this seems intentional.