Issue1384
Created on 2009-06-19.19:17:36 by ita, last changed 2010-02-02.14:34:52 by ita.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
test.py
|
ita,
2009-06-19.19:17:36
|
file containing invalid utf-8 characters but commented by # |
|
|
| msg4826 (view) |
Author: ita (ita) |
Date: 2009-06-19.19:17:36 |
|
/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).
|
| msg5481 (view) |
Author: ita (ita) |
Date: 2010-02-02.14:34:51 |
|
The encoding ISO8859-1 lets any ascii character in (0-255), so the issue is no longer critical for us. The issue may be closed if you want.
|
|
| Date |
User |
Action |
Args |
| 2010-02-02 14:34:52 | ita | set | messages:
+ msg5481 |
| 2010-01-25 16:22:53 | fwierzbicki | set | nosy:
+ fwierzbicki |
| 2009-06-19 19:17:37 | ita | create | |
|