Hello,
I'm trying to re-use the same demo I used on IronRuby 0.3 however on
0.6 I'm getting the following error:
IronRuby::Builtins::EncodingCompatibilityError in Posts#index
Showing app/views/posts/index.html.erb where line #12 raised:
incompatible character encodings: utf-8 (KCODE) and utf-8
The code does this:
<% @posts.each do |p| %>
<tr>
<td><%= p.Title %></td>
</tr>
<% end %>
p is a Post C# object, Title is a string populated by a C# framework.
Please help!
Thanks
Ben
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core