Open montaro opened 8 years ago
This library won't parse those characters because they'er not a part of the So
category of unicode characters. This library only parses characters from that category.
I ran into the same issue so I ended up creating my own fork, which handles your use case, since I wasn't sure what the author's intent was.
Thanks @suisha for your reply. Actually I in my case I did not like to have transliteration in URLs, so I overrided the slug generator function using this lib https://www.npmjs.com/package/arslugify and it worked for me with https://www.npmjs.com/package/mongoose-url-slugs
Thanks again!