Message2858

Author david-perez
Recipients
Date 2007-08-29.09:57:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
With this patch, the default source encoding of files can be easily customizable, through the use of standard java properties.

For example:

java -jar jython.jar -Djython.default.source.encoding=UTF-8 myfile.py

UTF-8 encoding can be in this way used, which is handy, as it supports any language in the world.
History
Date User Action Args
2008-02-20 17:18:48adminlinkissue1783897 messages
2008-02-20 17:18:48admincreate