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

Arabic characters in node-wit are not recognised by wit.ai #197

Open
haydaralrikabi opened this issue Apr 5, 2020 · 1 comment
Open

Comments

@haydaralrikabi
Copy link

haydaralrikabi commented Apr 5, 2020

Arabic characters are not recognised by wit.ai when sent through client.message().
I get either an empty entities or the wrong one:

  {"_text":"سلام","entities":{},"msg_id":"18pE0IifO6KKNPw0y"}

Example of Arabic message:

client.message('سلام', {})
.then((data) => {
  console.log(JSON.stringify(data));
})
.catch(console.error);

This issue does not apply to English.

@haydaralrikabi haydaralrikabi changed the title Arabic characters are not recognised in node-with message Arabic characters are not recognised in node-wit message Apr 5, 2020
@haydaralrikabi haydaralrikabi changed the title Arabic characters are not recognised in node-wit message Arabic characters in node-wit are not recognised by wit.ai Apr 5, 2020
@kitchWWW
Copy link

kitchWWW commented Apr 6, 2020

Hello haydraalrikabi!

Thank you for bringing this to our attention. We are looking into the issue now and will reach out if we have questions or further followup.

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