Re: [Ironruby-core] MutableString issues on IronRuby

2010-10-04 Thread Kenneth Carter
Douglas Campos wrote: > Hi! > > I'm struggling with a weird error - I have a string filled up with > binary data, and when I ask .length to it, CLR raises an exception > telling it could not convert from specified charset to unicode. Is there > any place to inform ironruby to use the "none" en

Re: [Ironruby-core] MutableString issues on IronRuby

2010-06-28 Thread Douglas Campos
m: ironruby-core-boun...@rubyforge.org > [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Douglas Campos > Sent: Monday, June 28, 2010 9:23 PM > To: ironruby-core@rubyforge.org > Subject: [Ironruby-core] MutableString issues on IronRuby > > Hi! > > I'm struggling w

Re: [Ironruby-core] MutableString issues on IronRuby

2010-06-28 Thread Tomas Matousek
@rubyforge.org Subject: [Ironruby-core] MutableString issues on IronRuby Hi! I'm struggling with a weird error - I have a string filled up with binary data, and when I ask .length to it, CLR raises an exception telling it could not convert from specified charset to unicode. Is there any place to i

[Ironruby-core] MutableString issues on IronRuby

2010-06-28 Thread Douglas Campos
Hi! I'm struggling with a weird error - I have a string filled up with binary data, and when I ask .length to it, CLR raises an exception telling it could not convert from specified charset to unicode. Is there any place to inform ironruby to use the "none" encoding for such strings? (as like