En Thu, 01 Jan 2009 06:11:50 -0200, Pavel Kosina <g...@post.cz> escribió:

In 3.0 there is an error. The same program, moved to 3.0 syntax, in IDLE editor :
# -*- coding: utf-8 -*-
print ("ěščřžýáíé")

prints:
ěščřžýáíé

The same program without coding declaration (but saved in utf8) :
print ("ěščřžýáíé")

even immediately destroyed my IDLE window without any error message.

There are some unicode-related errors reported for IDLE and 3.0, but I could not find this one. Better to file a bug report at http://bugs.python.org

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to