SIGN IN SIGN UP

__init__(): Coerce the input_charset to unicode (with ascii encoding) before

calling .lower() on it.  This fixes the problem described in SF patch # 866982
where in the tr_TR.ISO-8859-9 locale, 'I'.lower() isn't 'i'.  unicodes are
locale insensitive.
B
Barry Warsaw committed
ea7c7af10b72ec4f3c5ad2bb6beb1d3667ff978e
Parent: 19717fa