Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sending diacritic signs to the espeak #28

Open
pawkon opened this issue Aug 19, 2020 · 4 comments
Open

sending diacritic signs to the espeak #28

pawkon opened this issue Aug 19, 2020 · 4 comments

Comments

@pawkon
Copy link

pawkon commented Aug 19, 2020

Because there is no answer on movi forum then I'm writing here as a bug? Movi is able to use espeak in different languages but is there any way of sending diacritic signs to the espeak to pronounce them right? For example in german like : ß or in Russian: ц or in Polish ź etc? Now sending them from arduino code they are pronounced like \u283 etc.

@fractor
Copy link
Collaborator

fractor commented Aug 19, 2020

Unfortunately, Arduino only handles 7bit ASCII.

@pawkon
Copy link
Author

pawkon commented Aug 20, 2020

I'm sorry but I don't understand ... Arduino Serial handles also special chars like in this simple code

void setup() {
Serial.begin(115200);
}
void loop() {
Serial.println("Cześć");
Serial.println("\u0627\u0644\u0639\u0631\u0628\u064A\u0629");
delay(3000);
}

so when running putty on arduino serial it is showing exactly what the code is sending. So the problem in my opinion is on the movi side

@fractor
Copy link
Collaborator

fractor commented Aug 31, 2020 via email

@pawkon
Copy link
Author

pawkon commented Sep 1, 2020

Is there any workaround ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants