N
Noixe
Hello,
I'm italian and i not speak a good english. My problem is this:
Why this istruction:
print u"\u00" + str(41)
generate an error and this:
print u"\u0041" no?
Can I use all 65536 symbols of unicode in my program? For example, I need to
use the mathematic symbol of void set. It has a 0198 number in a table of
symbol that there is in Windows.
Thanks
I'm italian and i not speak a good english. My problem is this:
Why this istruction:
print u"\u00" + str(41)
generate an error and this:
print u"\u0041" no?
Can I use all 65536 symbols of unicode in my program? For example, I need to
use the mathematic symbol of void set. It has a 0198 number in a table of
symbol that there is in Windows.
Thanks