2007/5/24, Malcolm Tredinnick <[EMAIL PROTECTED]>: > > Hi folks, > > The unicode branch, [1], is now at a point where it is essentially > feature-complete and could do with a bit of heavy testing from the wider > community.
Thank you so much for this branch! > Similarly, the slugify filter still behaves as it did before. At some > point it will be extended to handle a _few_ more non-ASCII characters, > but it's never going to be a full transliteration function. They are the > two big items I expect people would otherwise try to extend beyond what > is intended. There may be others and I'm sure we'll discover what they > are as the questions pop up. Why don't we use the slughifi function: http://amisphere.com/contrib/python-django/ ? I already use it to replace the django one and it's very useful (at least for french titles). David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

