dlutton / flutter_tts

Flutter Text to Speech package
MIT License
617 stars 258 forks source link

Special characters are not working properly. #531

Open KetanSatani-TheOneTech opened 2 months ago

KetanSatani-TheOneTech commented 2 months ago

🐛 Bug Report

So here my text and I am highlighting the word as its being spoken/uttered. It's works fine with normal texts without any special chars. But when I add special chars it's breaks my progress and also it not looking good.

My Text: https://pastebin.com/Tbq2TGXn

Expected behavior

It should give me proper all the words and special chars in setProgressHandler which is its currently not giving.

Platform:

@dlutton