|
【版本】使用 amxmodx_mm.dll 1.81.3746 源码修改,仅增加两个函数,对源码未作任何改动!
【测试】暂未发现任何BUG,欢迎踊跃测试提出BUG以便修正!
为满足某些特殊需求,所以增加了两个函数,你可以把这两个函数的定义写在 amxmodx.inc 中!
// 转换 ansi 到 utf8
// 例如
// new utf8_str[32]
// ansi_to_utf8("中文",utf8_str,31) //这里的"中文"是 ansi 编码
// client_print(0,print_chat,"Str : %s" , utf8_str)
native ansi_to_utf8(const ansi[], const utf8[], len)
// 转换 utf8 到 ansi
// 例如
// new ansi_str[32]
// utf8_to_ansi("中文",ansi_str,31) //这里的"中文"是 utf8 编码
// log_amx("Str : %s" , ansi_str)
native utf8_to_ansi(const utf8[], const ansi[], len)
【PS】
1.我手上没有其他版本的amxmodx源码,所以想要其他版本的,你可以发给我源码,我帮你们编译即可!
2.本人技术有限,可别找我添加其他功能,就这已经难为了一晚上了。
3.感谢 论坛及朋友的提示!
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注个册吧
×
|