On Feb 7, 2007, at 12:23 PM, gga wrote:
> Actually, Lyle, is the other way around. Iconv is unintuitively using
> Iconv.new( to, from ), like:
>
> button = FXButton.new(p, Iconv.new("utf-8",
> "iso-8859-8").iconv(original_russian_text), ...)
Whoops! Thanks for catching that.