[jruby-dev] Re: jruby-1.6.0.RC2 --1.9 vs. external_encoding and internal_encoding and *actual* internal_encoding

2011-02-24 Thread Jochen Hayek
(I'm not sure, whether you read this on [email protected] already ...) Hi, there, I want to read a file (a Google mail address book as CSV), encoded as UTF-16LE. I want to treat it within my ruby script as UTF-8. To demonstrate that, I created a few lines of ruby code, that you find belo

[jruby-dev] Terminating JRuby runtimes started via JSR-223

2011-02-24 Thread Rob Heittman
I'm porting some code from using the JRuby Embed API directly to JSR-223. The requirement is driven by a desire to loosely couple the calling code to the JRuby interpreter; if I use any JRuby classes directly in the caller, I lose the pluggability I need. All works well, save for this: Runtimes ne

[jruby-dev] [jira] Created: (JRUBY-5537) at_exit blocks fire before swing threads have exited

2011-02-24 Thread Roger Pack (JIRA)
at_exit blocks fire before swing threads have exited Key: JRUBY-5537 URL: http://jira.codehaus.org/browse/JRUBY-5537 Project: JRuby Issue Type: Bug Reporter: Roger Pack