<[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
# -*- coding: utf-8 -*-
# python supports unicode in source code by putting a coding
declaration
# as the first line.
print "look chinese chars: ?????"

# Note, however, identifiers cannot use unicode chars.
# e.g. you cannot define a function with unicode char.

So why are you posting to a Perl newsgroup? You can "use utf8" if you want 
to write your Perl programs in utf-8 (though you should upgrade to 5.8 as 
well). Or is this your lame attempt at trolling at python group?

Matt 


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

Reply via email to