summaryrefslogtreecommitdiff
path: root/lib/rbot/core/unicode.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbot/core/unicode.rb')
-rw-r--r--lib/rbot/core/unicode.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rbot/core/unicode.rb b/lib/rbot/core/unicode.rb
index 9d42ec24..ece8e644 100644
--- a/lib/rbot/core/unicode.rb
+++ b/lib/rbot/core/unicode.rb
@@ -10,6 +10,9 @@
# encoding. The plugin takes care of translation to/from utf-8 on server IO,
# if necessary (translation charsets are configurable).
+# TODO autoconfigure using server-provided allowed charset when these are
+# available, see also comment in irc.rb
+
require 'iconv'
class UnicodePlugin < CoreBotModule