-
Notifications
You must be signed in to change notification settings - Fork 71
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
Issue with conversations with utf8 #78
Comments
This might be related to a similar issue in the JS implementation (aichaos/rivescript-js#147) which also involved optionals with Unicode symbols. The root cause identified there was with the word boundary sequence |
Is there a way to solve this? I'm not familiar enough with the code to figure out where the issue might be. |
It will take some debugging and figuring out if I can fix the root cause of the issue (in the regular expressions). On a near-term TODO list, I'll add a new command to RiveScript to allow for writing a raw regular expression in place of the trigger. I'm finding that Unicode is full of all kinds of little gotcha's, and regular expression engines aren't created equally between programming languages, so allowing for writing a raw regular expression might be the best way to work around these edge cases. Example of what I mean:
|
Closing this issue in favor of tracking the |
This does not work. There seems to be an issue with utf8 and conversations.
The text was updated successfully, but these errors were encountered: