# File lib/rbot/core/unicode.rb, line 55 def out(data) rv = @default_out.iconv(data) rescue data # XXX: yeah, i know :/ debug "<< #{rv}" rv end