Edin Salković wrote:
> Why doesn't the following code work on Windows XP, although it works
> on Linux (Ubuntu 6.06). Both versions are of Python are 2.4, and both
> OSs are on the same PC.
>
import unicodedata
unicodedata.name(U'\U0001d400')
> Traceback (most recent call last):
> File
Hi all,
Why doesn't the following code work on Windows XP, although it works
on Linux (Ubuntu 6.06). Both versions are of Python are 2.4, and both
OSs are on the same PC.
>>> import unicodedata
>>> unicodedata.name(U'\U0001d400')
Traceback (most recent call last):
File "", line 1, in ?
TypeError