Contribute to fixing 2105195. Fix the IPA to XSAMPA mapping for
the rhotacized open-mid central phoneme (code 0x025D). This corrects
the issue where the "ur" sound in "fur" or "nurse" causes the Pico
engine to synthesize garbage when using IPA input.
diff --git a/pico/tts/com_svox_picottsengine.cpp b/pico/tts/com_svox_picottsengine.cpp
index 258f32c..6fb0ac7 100644
--- a/pico/tts/com_svox_picottsengine.cpp
+++ b/pico/tts/com_svox_picottsengine.cpp
@@ -954,7 +954,7 @@
{0x02E7, "<M>"}, /* mid level */
{0x02E9, "<B>"}, /* extra low level */
- {0x025D, "3`"}, /* non-IPA %% */
+ {0x025D, "3`:"}, /* non-IPA %% */
/* Affricates (6) complete */
{0x02A3, "d_z"},