我正在尝试为我的 ircd 服务器制作 utf8 代码页。
配置文件
listen *:9999
{
codepage "UTF8";
options
{
ssl;
clientsonly;
cp_utf;
};
};
我收到一些错误:
unrealircd.conf Rehashing
-
Notice -- Loading IRCd configuration ..
-
Notice -- error: unrealircd.conf:177: Unknown directive 'listen::codepage'
-
Notice -- error: unrealircd.conf:182: Unknown class option 'cp_utf'
-
Notice -- error: 2 errors encountered
-
Notice -- error: IRCd configuration failed to pass testing
如何在服务器上设置 utf8 编码?
答案1
错误消息表明你的 ircd 无法识别这些选项。搜索了一下,标准 unrealircd 似乎不支持 unicode。他们似乎唯一出现的地方是一些俄罗斯“线性代数服务器“unrealircd 的版本。