Le Fri, 20 Feb 2009 02:52:27 -0800,
"Dinesh B Vadhia" <[email protected]> s'exprima ainsi:

> We want to standardize on unicode and utf8 and would like to clarify and
> verify their use to minimize encode()/decode()'ing:
> 
> 1.  Python source files 
> Use the header: # -*- coding: utf8 -*-

You don't even need fancy decoration:

# coding: utf-8

is enough.

Denis
------
la vita e estrany
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to