
x0x wrote:Since I've patched my Eggdrop 1.8 with the UTF-8 patch ( http://eggwiki.org/Utf-8 ), the bullets don't come through.
Help!
Code: Select all
# Change from:
set arg [string map [list "%bold" "\002" "%uline" "\037" "%bull" "\u2022" "%color" "\003"] $arg]
# Into:
set arg [string map [list "%bold" "\002" "%uline" "\037" "%bull" "[encoding convertto utf-8 \u2022]" "%color" "\003"] $arg]