It doesn't work because Python scripts
must be in ASCII except for the
contents of string literals. Having a function
name in anything but ASCII isn't
supported.

John Roth

"Michel Claveau - abstraction mÃta-galactique non triviale en fuite perpÃtuelle." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Hi !


If  Python is Ok with Unicode, why the next script not run ?


# -*- coding: utf-8 -*-

def ÑÐÐÐÐ(toto):
   return(toto*3)

aret = ÑÐÐÐÐ(4)









@-salutations
--
Michel Claveau




-- http://mail.python.org/mailman/listinfo/python-list
  • ... John Roth
    • ... Leif K-Brooks
      • ... Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
        • ... Radovan Garabik
        • ... michele . simionato
          • ... michele . simionato
            • ... Kent Johnson
              • ... michele . simionato
                • ... Kent Johnson
            • ... Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
        • ... Serge . Orlov

Reply via email to