-
Notifications
You must be signed in to change notification settings - Fork 125
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
Limited diacritics replacement #5
Comments
+1 (For example currently doesn't support Şşİı) |
@rodneyrehm @BodhiSukha @brianreavis As mentioned here I also would like to know the sources of the diacritics table to make sure it is absolutely complete. I've also noticed that umlauts aren't included, e.g. |
I have "İ" character problem. Please support Turkish characters. From original question: selectize/selectize.js#719 First, this is great work 👍 And I'm using selectize in my project. But when I try to search in select box with the Türkish letter " İ " it's not working. For example; I have a city named İzmir. And when i try to search with the letters "i", "ı", or "I" it's fine. But with "İ" it's not working. And I have changed the var DIACRITICS variable in selectize.js to this for İ . [i, ı, I, İ] : [iÌÍÎÏìíîïIİı] But that isn't working. Is there a solution? By the way, for the other letters like ö, ü, ş, ç or ğ it's working. Just for İ it's not working. |
Hey there,
looking through your code I noticed the limited "Unicode to ASCII reduction". While this probably works for most people, there are more symbols than that. I had a similar problem with an URL slug creater function a while back, maybe this helps you to extend your diacritics support: urlify.js
Cheers!
The text was updated successfully, but these errors were encountered: