I tried slugify and slug packages but strings like കവാടം പൊളിക്കണം: "ലോ അക്കാദമിക്കു" നോട്ടിസ്
return a blank string instead of കവാടം-പൊളിക്കണം-ലോ-അക്കാദമിക്കു-നോട്ടിസ്
. Words should be preserved, special characters should be stripped.
Is there a way to generate slugs that preserves arbitrary non-English words?
Regular expression to match non-English characters? seems the best resource for matching international words.