Hi everyone.
We are developing an hybrid application using Web API and Native Services. We have a service responsible for text synthesizing that uses TTS api from tizen (https://developer.tizen.org/dev-guide/2.4.0/org.tizen.tutorials/html/native/uix/tts_tutorial_n.htm)
My code works fine when the text to be synthesized not contain accented words. So, for example, the following sentence works fine: Rio de Janeiro, 10 de agosto
However, the following sentence does not work: São Paulo, 10 de agosto.
I figured out this happen because of the accent in the word São.
When adding that sentence using tts_add_text I receive the following error: TTS_ERROR_INVALID_PARAMETER
By the way, we are using Brazilian portuguese as default language.
Any ideas about what could be happening?
Thanks in advance.
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Eco Sans Mono'; color: #0326cc}