[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sup-devel] Accept ASCII_8BIT in String.check



Ah, now it's perfectly clean to me, I guess I just shouldn't do any debugging
when I'm too tired.
The problem is that the call to Iconv.iconv(target, ..., ...) in
Iconv.easy_decode
expects target to be typed as "UTF-8", and my environment has
$encoding = "utf8".
Iconv can't handle this and thus returns ASCII_8BIT (does no real conversion).
(I'm using sup 0.11 with ruby 1.9.1_p378.)
_______________________________________________
Sup-devel mailing list
Sup-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-devel