LucaVitali / AzureTTSVoiceGeneratorGUI

PowerShell script to generate Voice Messages with Azure Cognitive Services Text to Speech
http://bit.ly/AzureTTSGUI
9 stars 5 forks source link

Text is not handed over to Azure in UTF8 Encoding #1

Open mozziemozz opened 3 years ago

mozziemozz commented 3 years ago

Hi Luca, I haven't picked apart your code but i suspect that text entered in the input box of your GUI does not get sent to Azure using UTF8 encoding. For common special characters in Switzerland like, "ä","ö","ü" I have to type "ae","oe","ue" which is what we use in German if special characters are not allowed. I tested it with a python script which also uses Azure Cognitive Services. I have it set to UTF 8 and ä,ö,ü work fine there. Any chance you could try to fix this? Thanks, Martin

LucaVitali commented 2 years ago

Hi Martin, first of all sorry for this incredibly late reply, something about email notification not worked correctly :-( I think I've to fix it, because I've the same issue with special Italian characters like è ò etc.... Thanks. Luca