Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3288194
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T20:34:47+00:00 2026-05-17T20:34:47+00:00

What can I do to prevent slugify filter from stripping out non-ASCII alphanumeric characters?

  • 0

What can I do to prevent slugify filter from stripping out non-ASCII alphanumeric characters? (I’m using Django 1.0.2)

cnprog.com has Chinese characters in question URLs, so I looked in their code. They are not using slugify in templates, instead they’re calling this method in Question model to get permalinks

def get_absolute_url(self):
    return '%s%s' % (reverse('question', args=[self.id]), self.title)

Are they slugifying the URLs or not?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T20:34:47+00:00Added an answer on May 17, 2026 at 8:34 pm

    There is a python package called unidecode that I’ve adopted for the askbot Q&A forum, it works well for the latin-based alphabets and even looks reasonable for greek:

    >>> import unidecode
    >>> from unidecode import unidecode
    >>> unidecode(u'διακριτικός')
    'diakritikos'
    

    It does something weird with asian languages:

    >>> unidecode(u'影師嗎')
    'Ying Shi Ma '
    >>> 
    

    Does this make sense?

    In askbot we compute slugs like so:

    from unidecode import unidecode
    from django.template import defaultfilters
    slug = defaultfilters.slugify(unidecode(input_text))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So far I figured out that one can prevent Eclipse from complaining about proprietary
Does anyone know how I can prevent the text in a table cell from
How can I prevent a user from resizing GridViewColumns withing a ListView control?
How can I prevent the user from being able to resize an image in
How can I prevent the image tag that calls the associated image from displaying
In .NET, how can I prevent multiple instances of an app from running at
Does anyone know how I can, in platform-independent C++ code prevent an object from
Is there an open source filter that I can use on Tomcat to prevent
How can I prevent my javascript from Firebug view?So that I can prevent Hacking
I realise that I can prevent unauthenticated users from accessing views at controller level

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.