From: michael.raidel@... Date: 2006-11-08T06:20:11+09:00 Subject: Unicode in irb on windows (respectively script/console in instantrails) Hi everyone! I have a problem with Unicode in irb on Windows. I recognized it when trying to save an attribute of an ActiveRecord-Model with an umlaut (for example "�") in script/console. If the database connection is encoded in utf8, everything after the umlaut gets truncated, in the default encoding I get funny characters back. It doesn't matter if the $KCODE is set to UTF8 or NONE, the character number stays the same (also on plain irb)! Does anyone has a hint on how to solve this? Of course I could try things such as Cygwin, but I am trying to find an elegant solution for Windows-Users, which eventually could merge in the next InstantRails-release, if Curt agrees. Thanks a lot, Michael