-
Notifications
You must be signed in to change notification settings - Fork 668
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
Supports unicode characters #30
Comments
It looks good. let me take a look and think.(too busy this day.) But i don't want At.js with any dependencies.... or may be there is a batter way to extend function.. |
What would you think of getting the RegExp from the options (string|RegExp)? That would allow any tweaking of the regex. |
It seems a good idea! I did think about that before. But I want to rewrite this plugins, and provide api and batter ui. But i don't have much time in mouths. It may move slowly... |
Unicode character support STRONGLY needed |
implemting in issues #29 |
I have also unicode support problem. I used @nrako solution and it works almost. After typing "@béguin", I press the space bar in order to type further the first name of the user, but the name suggestion window will be disappeared. This does not happen if the last name does not contain unicode chrs. I can write full name without any problem. Any idea? Thanks |
@tyaramis have you used the |
Unicode characters isn't supported (e.g: éàèâüöäüкийلعرب日本語...)
I've come with a quick-fix with XRegexp lib + the unicode addon http://xregexp.com/plugins/#unicode
What would you think of this solution?
The text was updated successfully, but these errors were encountered: