LoneWolf78
12-10-2011, 05:41 PM
hi, i have been looking everywhere but nowhere could i find a descent example.
according to the doc's this should print the greek letter Sigma 'Σ' but i can't get it to work. I think i'm missing something but i dont know what and been wasting hours searching the web :(
i tried many variations and examples i have found but none do the job. could somebody please show me a simple example how to achieve this so i can acces unicode characters. as i badly need them.
(Python)
print unichr(03A9)
thank you.
according to the doc's this should print the greek letter Sigma 'Σ' but i can't get it to work. I think i'm missing something but i dont know what and been wasting hours searching the web :(
i tried many variations and examples i have found but none do the job. could somebody please show me a simple example how to achieve this so i can acces unicode characters. as i badly need them.
(Python)
print unichr(03A9)
thank you.
