找回密码
 注册
搜索
查看: 505|回复: 1

[讨论] 不使用资源在ShowCategory15Screen中用汉字

[复制链接]
发表于 2009-12-13 18:37:26 | 显示全部楼层 |阅读模式
在ShowCategory15Screen中有u16 *list_of_items   这个数组里只能放添加在资源里的字符串id吗?可以自己定义字符串放进去吗?哪位大侠指导下?[em14]
在线等。
发表于 2009-12-14 09:08:04 | 显示全部楼层
当然可以.使用小端UNICODE码.(举例)
code:
U8 buf[10][100];
ucs2strcpy((S8 *)buf[0],(S8*)" \xDC\x83\x55\x53\x31\x00\x00\x00");
ucs2strcpy((S8 *)buf[1],(S8*)" \xDxC\x83\x55\x53\x32\x00\x00\x00");
ucs2strcpy((S8 *)buf[2],(S8*)" \xDxC\x83\x55\x53\x33\x00\x00\x00");
ucs2strcpy((S8 *)buf[3],(S8*)" \xDxC\x83\x55\x53\x34\x00\x00\x00");
...
list_of_items[0]=(U8 *)buf[0];
list_of_items[1]=(U8 *)buf[1];
list_of_items[2]=(U8 *)buf[2];
list_of_items[3]=(U8 *)buf[3];
...
OK 呵呵.
您还是,每个寂寞的夜晚,总是在解决紧急BUG后,都不知道该去哪分享这份喜悦吗?
请加入QQ群47298833.



[此贴子已经被作者于2009-12-14 19:08:28编辑过]
点评回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2025-1-6 18:45 , Processed in 0.044427 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表