diff -r f75dbdd22959 -r 61bfcff921d8 DebugClients/Ruby/AsyncIO.rb --- a/DebugClients/Ruby/AsyncIO.rb Thu Feb 28 16:57:45 2013 +0100 +++ b/DebugClients/Ruby/AsyncIO.rb Sat Mar 02 15:05:29 2013 +0100 @@ -7,11 +7,6 @@ File implementing an asynchronous interface for the debugger. =end -if RUBY_VERSION < "1.9" - $KCODE = 'UTF8' - require 'jcode' -end - module AsyncIO =begin edoc Module implementing asynchronous reading and writing.