Python Facile

Source : PrintIso_utf8.py

 
#!/usr/bin/env python

import PrintIso

p = PrintIso.PrintIso('utf8')
print "Test : éè¤."
print "Euro : €."
print u'chaine unicode : \u20acé褀.'
print u'code inconu : \u40ff.'
p.close()