Message4826

Author ita
Recipients ita
Date 2009-06-19.19:17:36
SpamBayes Score 0.00078474864
Marked as misclassified No
Message-id <1245439057.1.0.877581333621.issue1384@psf.upfronthosting.co.za>
In-reply-to
Content
/tmp/build > ~/jython/bin/jython test.py
  File "<string>", line None
SyntaxError: Illegal character in file 'test.py' for encoding 'utf-8'

The file is executed by cpython without problem (the cpython lexer
refuses only \r characters in # comments)

For a practical application, some scripts such as Waf use embedded
binary data (bzip2) to ease script redistribution
(http://code.google.com/p/waf).
History
Date User Action Args
2009-06-19 19:17:37itasetrecipients: + ita
2009-06-19 19:17:37itasetmessageid: <1245439057.1.0.877581333621.issue1384@psf.upfronthosting.co.za>
2009-06-19 19:17:36italinkissue1384 messages
2009-06-19 19:17:36itacreate