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

Limited diacritics replacement #5

Open
rodneyrehm opened this issue Sep 1, 2013 · 3 comments
Open

Limited diacritics replacement #5

rodneyrehm opened this issue Sep 1, 2013 · 3 comments

Comments

@rodneyrehm
Copy link

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!

@BodhiSukha
Copy link

+1

(For example currently doesn't support Şşİı)

@julkue
Copy link

julkue commented Jul 8, 2016

@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. ä would be necessary to map with ae, ö with oe and ü with ue.

@MuratTopcu
Copy link

MuratTopcu commented Oct 26, 2016

I have "İ" character problem. Please support Turkish characters.

From original question: selectize/selectize.js#719
Hello there,

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.

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

4 participants