Re: [Ironruby-core] Encoding problem

2011-01-13 Thread Albert-Jan Pieter Nijburg
by and .net are not in sync with the encodings Albert-Jan Van: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] Namens Dezso Zoltan Verzonden: donderdag 13 januari 2011 16:04 Aan: ironruby-core@rubyforge.org Onderwerp: Re: [Ironruby-core] Encoding problem

Re: [Ironruby-core] Encoding problem

2011-01-13 Thread Dezso Zoltan
t; something. > > > > Annoying Europeans :P > > > > Albert-Jan > > > > *Van:* ironruby-core-boun...@rubyforge.org [mailto: > ironruby-core-boun...@rubyforge.org] *Namens *Dezso Zoltan > *Verzonden:* donderdag 13 januari 2011 14:52 > *Aan:* ironruby-core@ruby

Re: [Ironruby-core] Encoding problem

2011-01-13 Thread Albert-Jan Pieter Nijburg
Onderwerp: Re: [Ironruby-core] Encoding problem Hi, I don't really know the solution to your question, but this might help: ë is Unicode U+00EB, which is 0xC3AB in UTF-8 (so we are dealing with unicode rather than utf-8, which I assume is because IronRuby uses the immutable .NET str

Re: [Ironruby-core] Encoding problem

2011-01-13 Thread Albert-Jan Pieter Nijburg
g Onderwerp: Re: [Ironruby-core] Encoding problem Hi, I don't really know the solution to your question, but this might help: ë is Unicode U+00EB, which is 0xC3AB in UTF-8 (so we are dealing with unicode rather than utf-8, which I assume is because IronRuby uses the immutable .NET strings int

Re: [Ironruby-core] Encoding problem

2011-01-13 Thread Dezso Zoltan
Hi, I don't really know the solution to your question, but this might help: ë is Unicode U+00EB, which is 0xC3AB in UTF-8 (so we are dealing with unicode rather than utf-8, which I assume is because IronRuby uses the immutable .NET strings internally with Unicode encoding). The errors are expect

[Ironruby-core] Encoding problem

2011-01-13 Thread Albert-Jan Pieter Nijburg
Hi Guys, My boss thought it would be cool to use "ë" in an sql tablename, many of you will want to shoot her now J. But now I did find something weird, I can't even print "ë". It says: tabaco.rb:16:in `puts': character U+00EB can't be encoded in US-ASCII (Encoding::InvalidByteSequ