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 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 hand-crafted slugification for certain non-ASCII characters (e.g.
common European characters).

If the latter is the case, I will have to IPA slugs from something
other than the IPA characters because these are probably too obscure
to ever be included in Django API code.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to