Hi !
If Python is Ok with Unicode, why the next script not run ?
# -*- coding: utf-8 -*-
def ÑÐÐÐÐ(toto):
return(toto*3)
Because the coding is only supported in string literals. But I'm not sure exactly why. It would be nice to do:
import math Ï = math.pi
-- PÃdraig Brady - http://www.pixelbeat.org -- -- http://mail.python.org/mailman/listinfo/python-list