[Moin-devel] [ moin-Feature Requests-498569 ] fold case in WordIndex, TitleIndex

noreply at sourceforge.net noreply at sourceforge.net
Sun Jan 20 02:59:02 EST 2002


Feature Requests item #498569, was opened at 2002-01-02 07:58
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=358482&aid=498569&group_id=8482

Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Daniel Drucker (placain)
Assigned to: Nobody/Anonymous (nobody)
Summary: fold case in WordIndex, TitleIndex

Initial Comment:
It would be good if case could be folded in TitleIndex 
and WordIndex.

----------------------------------------------------------------------

>Comment By: Daniel Drucker (placain)
Date: 2002-01-02 08:41

Message:
Logged In: YES 
user_id=41432

153c153
<         pages.sort()
---
>         pages.sort(lambda x, y: cmp(string.lower(x), 
string.lower(y)))
156c156
<             letter = name[0]
---
>             letter = name[0].upper()

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=358482&aid=498569&group_id=8482




More information about the Moin-devel mailing list