Re: Unicode digit to unicode string
thank you, bye -- http://mail.python.org/mailman/listinfo/python-list
Re: Unicode digit to unicode string
Le 16-05-2006, Gabriele <[EMAIL PROTECTED]> nous disait: > Hi, I have a unicode digit stored into a variable ('0020' for example) > and I'd like to retrieve the corrisponding unicode character based on > the current encoding. How can i do that ? use the unichr builtin function -- Alexandre Fayo