X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=bin%2Frbot;h=a8dd39c4c279a07fec80e7a7cc8621f03e464244;hb=6586d3e63c650ab377b92c54cc96116cb23d714f;hp=700fe08c407bd711e59be04586397bb61b64667b;hpb=4b693c96e0644085150f111cfff732272cf881cc;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/bin/rbot b/bin/rbot index 700fe08c..a8dd39c4 100755 --- a/bin/rbot +++ b/bin/rbot @@ -89,6 +89,8 @@ if File.directory? "#{defaultlib}/rbot" end begin + Encoding.default_internal = Encoding::UTF_8 + Encoding.default_external = Encoding::UTF_8 require 'rbot/ircbot' rescue LoadError => e puts "Error: couldn't find the rbot/ircbot module (or one of its dependencies)\n"