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

voice.dictate transcription non-ascii character problem #150

Open
ToemD opened this issue Mar 3, 2016 · 3 comments
Open

voice.dictate transcription non-ascii character problem #150

ToemD opened this issue Mar 3, 2016 · 3 comments

Comments

@ToemD
Copy link

ToemD commented Mar 3, 2016

When I try to get an non-ascii character like the degree sign, the following happens:

Voice Input: 24°
Confirmation Window: 24°
Transcription Variable: 24°
Console Output: 24°

@samuelmr
Copy link

samuelmr commented Mar 3, 2016

+1

I'm doing decodeURIComponent(escape(e.transcription)) to work around the issue.

@ToemD
Copy link
Author

ToemD commented Mar 3, 2016

Yes, that is also my workaround.

@Meiguro
Copy link

Meiguro commented Mar 12, 2016

I should have known struct.js cstring was missing symmetry. The fix is fundamental; it changes interpretation of strings from the watch of all packets. Hopefully it fixes this and doesn't break anything else.

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

3 participants