On Mon, Oct 20, 2008 at 8:06 PM, Ted Milker <[EMAIL PROTECTED]> wrote: > How do you properly input UTF8 characters into Shoes apps in Windows? > Microsoft IME input(Japanese) just gives me question marks. If I > attempt to cut and paste from Notepad, I get the binary image > character. I changed the font in samples/simple-editor.rb to a > Japanese font(Meiryo) but cannot get it to display Japanese > characters. UTF8 must work because the Shoes manual has an example > that properly runs.
Still have not figured out this one. > Is it possible(or could it ever be possible) to use ruby2ruby and > ParseTree in Shoes? I am using samples/expert-irb.rb as a testbed for > a project I want to start but it requires the use of ruby2ruby. I > installed the gems into Shoes but when I try to use to_ruby, I get: It appears ruby2ruby/ParseTree do work with Shoes, though I am not sure what it is doing under the covers. I tried setting up ruby2ruby with Shoes on a different machine and it worked, so I went back to the original computer and found that it is requiring a "C" local to the Shoes app and I had to copy the .so file to .ruby_inline. No clue why yet.
