Path: | lib/rbot/core/unicode.rb |
Last Update: | Fri Oct 25 05:49:45 -0700 2013 |
Author: | jsn (Dmitry Kim) <dmitry dot kim at gmail dot org> |
This plugin adds unicode-awareness to rbot. When it‘s loaded, all the character strings inside of rbot are assumed to be in proper utf-8 encoding. The plugin takes care of translation to/from utf-8 on server IO, if necessary (translation charsets are configurable).