hybridgroup / kidsruby

KidsRuby is a Ruby programming environment meant for kids to learn and have fun!
http://kidsruby.com
Other
333 stars 104 forks source link

Turkish character problem on alert command #9

Closed ujk closed 12 years ago

ujk commented 12 years ago

http://twitpic.com/6qf74f

I'm using Ruby 1.8.7 on Ubuntu and got a problem pictured above link.

phlipper commented 12 years ago

Hello Umit,

KidsRuby is currently only targeting 1.9.2 and later. Can you try with a newer Ruby version and see if that helps?

Thanks.

ujk commented 12 years ago

When I use RVM and Ruby 1.9.2p290 it gives a worse response. When I use Turkish characters in my program it gives no response. It does nothing (no error message or popup etc.)

try to do this:

alert "Merhaba Dünya"

or this:

puts "Merhaba Dünya"
phlipper commented 12 years ago

Thank you for digging in to this. We'll take a closer look in to the non-ASCII character support.

/cc @deadprogrammer

deadprogram commented 12 years ago

Just got another report from a user: "I am usin kidsRUBY to make a quiz in my French class. Is there a way to show accented letters such as è."

We need to get on the fix for this!