Re: Can all of unicode be slugified?

2009-09-15 Thread Continuation
What's the best way to implement unicode slugification? I have an application that expects Chinese characters (with some English mixed in) in user inputs. What's the best way to turn that Chinese-English mix into a slugified URL that's SEO-friendly as well as meaningful to humans? On Sep 13,

Re: Can all of unicode be slugified?

2009-09-13 Thread James Bennett
On Sun, Sep 13, 2009 at 8:25 PM, W.P. McNeill wrote: > Is this expected behavior?  I can see some discussion on the web that > references unicode support for slugification, but I can't tell if that > unicode support works for any arbitrary unicode characters, or Django > has

Can all of unicode be slugified?

2009-09-13 Thread W.P. McNeill
I am writing a Django application that uses characters from the International Phonetic Alphabet (IPA). I am trying to type the IPA characters into the admin interface and have Django automatically prepopulate a slug field. Django is ignoring the IPA characters. Is this expected behavior? I