use utf
This commit is contained in:
parent
9d7e6d0be2
commit
c177208912
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ public class VoiceRouter {
|
|||
if(pn != null) {
|
||||
pn = pn.replace('-', ' ');
|
||||
pn = pn.replace(':', ' ');
|
||||
pn = pn.replace("ß", "ss"); // helps non-German tts voices to pronounce German Straße (=street)
|
||||
pn = pn.replace("\u00df", "ss"); // helps non-German tts voices to pronounce German Straße (=street)
|
||||
}
|
||||
return pn;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue