--- a/DebugClients/Ruby/DebugClient.rb Thu Feb 28 16:57:45 2013 +0100 +++ b/DebugClients/Ruby/DebugClient.rb Sat Mar 02 15:05:29 2013 +0100 @@ -7,11 +7,6 @@ File implementing a debug client. =end -if RUBY_VERSION < "1.9" - $KCODE = 'UTF8' - require 'jcode' -end - # insert path to ourself in front of the search path $:.insert(0, File.dirname($0))