Pywikibot-General, pywikibot-core
should be the other way around (c<G). We probably want to use python's equivalent of 'utf8_general_ci'.
Pywikibot-General, pywikibot-core
should be the other way around (c<G). We probably want to use python's equivalent of 'utf8_general_ci'.
I think sorted(projects.keys(), key=str.lower) in PhorgeMessageBuilder.build_project_text is all that is needed here.