Path: | lib/rbot/core/unicode.rb |
Last Update: | Fri Nov 26 04:50:46 +0000 2021 |
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).