Message3634

Author robheittman
Recipients fwierzbicki, leosoto, robheittman
Date 2008-10-02.06:18:33
SpamBayes Score 5.8196754e-08
Marked as misclassified No
Message-id <1222928313.92.0.1768544171.issue1128@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed patch transparently fixes the lossy behavior I see in inline 
web page scripts that consume Unicode from Java code and then send results 
back to Java code.  Without the patch, script authors need to explicitly 
understand and do str/unicode conversions, which they needn't with other 
script engines like Rhino and JRuby.  Very worthwhile proposal!
History
Date User Action Args
2008-10-02 06:18:33robheittmansetmessageid: <1222928313.92.0.1768544171.issue1128@psf.upfronthosting.co.za>
2008-10-02 06:18:33robheittmansetrecipients: + robheittman, fwierzbicki, leosoto
2008-10-02 06:18:33robheittmanlinkissue1128 messages
2008-10-02 06:18:33robheittmancreate