[I18n-sig] Changing case

mark.mcmahon@eur.autodesk.com mark.mcmahon@eur.autodesk.com
Tue, 11 Apr 2000 14:13:09 +0200


Hi Marc,

I definately do not understand. \204 is lower_e_egu (spelling?) and =
\204 is
lower_a_umlaut. Upper case of these should be \216 and \220 =
respectively.

(Probably will not display properly on all machines)
--------------
>>> s =3D u"=E9=E4"
>>> s
u'\202\204'
>>> t =3D u"=C4=C9"
>>> t
u'\216\220'
-------------
Mark

<SNIP>
Marc ->
Those two characters don't have a lower/upper case mapping:

<SNIP>
.lower() and .upper() only modify chars which do have such a
mapping -- all others are left untouched.

--=20
Marc-Andre Lemburg
______________________________________________________________________
Business:                                      http://www.lemburg.com/
Python Pages:                           http://www.lemburg.com/python/