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

Unable to Recognize Characters Properly in JAVA Vosk { "text" : "�?�?��?�?�� �?�?���?���?�?" } #1571

Closed
tegaatm opened this issue May 6, 2024 · 2 comments

Comments

@tegaatm
Copy link

tegaatm commented May 6, 2024

I've encountered an issue where characters are not being recognized properly in JAVA Vosk. Despite providing valid input, the output seems to be garbled or incorrect. This impacts the usability and reliability of the application.
{
"text" : "�?�?��?�?�� �?�?���?���?�?"
}
image

@nshmyrev
Copy link
Collaborator

nshmyrev commented May 7, 2024

You have to set the codepage or you can redirect output to a file.

https://superuser.com/questions/269818/change-default-code-page-of-windows-console-to-utf-8

@nshmyrev
Copy link
Collaborator

Same as #1449 actually

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

No branches or pull requests

2 participants