[Ironruby-core] MutableString issues on IronRuby
Kenneth Carter
lists at ruby-forum.com
Mon Oct 4 17:58:06 EDT 2010
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" encoding for such
> strings? (as like MRI 1.8 works) - It's a bug, a feature?
>
> IronRuby 1.0 (.net 2.0)
>
> Thanks!
>
>
> Douglas Campos (qmx)
> douglas at theros.info
> +55 11 6762 5959
I have also had some issues with MutableString not support the
IConvertable Interface used by the Convert C# class.
--
Posted via http://www.ruby-forum.com/.
More information about the Ironruby-core
mailing list