gregko / TtsPlus-FBReader

TTS+ Plugin for FBReader on Android
21 stars 11 forks source link

Work around: mispronunciation of right single quotation mark #4

Closed RaphaelKimmig closed 11 years ago

RaphaelKimmig commented 11 years ago

The default android TTS engine on 4.2 has trouble pronouncing the UTF-8 character for single right quotation marks, see
https://code.google.com/p/android/issues/detail?id=38258

As a workaround we can replace the right single quotation mark with an ASCII single quotation mark.

gregko commented 11 years ago

Thank you, Raphael, for telling me about this! I now added this work-around to my code and released version 1.9.3. Also pushed my latest source here, to GitHub, it contains a few other small fixes from ver. 1.9.0.

Greg