[Python-Dev] Unicode mapping tables

Tim Peters tim_one@email.msn.com
Sun, 5 Mar 2000 01:05:24 -0500


[M.-A. Lemburg]
> ...
> Here's what I'll do:
>
> * implement .capitalize() in the traditional way for Unicode
>   objects (simply convert the first char to uppercase)

Given .title(), is .capitalize() of use for Unicode strings?  Or is it just
a temptation to do something senseless in the Unicode world?  If it doesn't
make sense, leave it out (this *seems* like compulsion <wink> to implement
all current string methods in *some* way for Unicode, whether or not they
make sense).