Ahoj,
Happy Day wrote:
> [...]
> # -*- coding: utf-8 -*-
> import sys
> print unicode(sys.argv[0],"utf-8")
verim tomu, ze na widlich nemas nastavene kodovani utf8, takze bych to
spis napsal takhle:
print unicode(sys.argv[0], 'pc1250')
Leo
--
----
Leos Pol
Team Leader
Radiante Corp.
If it can be imagined,
we can implement it