On Nov 7, 3:07 am, Ludvig Ericson <[EMAIL PROTECTED]> wrote:
> On Nov 4, 2008, at 15:26, H. de Vries wrote:
>
> > From a publishing point of view, I don't know for sure Python's method
> > is correct. Personally, I don't think so.
>
> I'd have to say, if Python's misbehaving, Python should be patched.
>
> And also, I'm strictly against making the title filter not behave as
> str.title does, because let's face it, a lot of template designers are
> Python programmers.
>
> It's also really a corner case, and I wouldn't sacrifice the Python
> titlecase implementation just for this one corner case (and which
> legitimate words do use semicolons in the middle of them?)
>
> - Ludvig

For English (U.S. English at least), it should also not capitalize
articles (a, an, the, etc). I don't know the rules for other
languages, but I have heard they are different. So given this, if
there was an effort to make the title filter better, it might be
worthwhile to put it under the localization stuff.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to