Friedrich Fahnert wrote:
$ diff roxml.rb ../../jruby-0.9.8/lib/ruby/gems/1.8/gems/roxml-1.1/lib/roxml.rb
488c488,489
<                 Iconv.new("utf-8", "iso-8859-1").iconv(self)
---
 >                 #Iconv.new("utf-8", "iso-8859-1").iconv(self)
 >               Iconv.iconv("utf-8","iso-8859-1",self)

Yeah, we haven't been able to implement the instance methods on iconv yet, but we'd love to accept contributions to do so...

- Charlie

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to