We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is UTF-8?
In the future you can use any type of character by default in AIML for Unity 3D.
Example:
If you need it urgently, my suggestion is:
You should change the regular expression Settings in:
"Assets / ... / config / Settings.xml"
I have not tested but it should work.
The text was updated successfully, but these errors were encountered:
There is a difference in the processing of AIMLs between PC and WEB:
PC:
Adding this code:
<item name="stripperregex" value="[^\p{L}0-9]"/>
Accent words will work.
WEB:
Even without putting the code snippet above, words with an accent will be recognized, though accented letters will not appear.
Note that Settings.xml for Web is one, and Settings.xml for PC is another.
This problem occurs in the script: ChatWindowExampleMobileWeb.cs
In function:
TextAssetToXmlDocumentAIMLFiles ()
On line 81
When text is converted to XML, letters with an accent are not recognized.
At the moment I do not have a solution, but I hope this information is useful.
Sorry, something went wrong.
No branches or pull requests
In the future you can use any type of character by default in AIML for Unity 3D.
Example:
If you need it urgently, my suggestion is:
You should change the regular expression Settings in:
"Assets / ... / config / Settings.xml"
I have not tested but it should work.
The text was updated successfully, but these errors were encountered: