找回密码
 注册
搜索
查看: 805|回复: 0

[资料] 求助,文本文件汉字读取问题

[复制链接]
发表于 2011-4-13 16:46:33 | 显示全部楼层 |阅读模式
我要在模拟器中显示文本文件的汉字信息,不知道为什么每次显示的都是方块
         FS_HANDLE          handlefind;
        S8 recestr[8];
        S8 test[8];
       
        handlefind = FS_Open(L"d:\\filetest\\custom_reference.txt",FS_CREATE|FS_READ_WRITE);
        FS_Seek(handlefind,0,FS_FILE_BEGIN);
        FS_Read(handlefind,&test,sizeof(test),NULL);
        FS_Close(handlefind);
        gui_move_text_cursor(50,100);
         mmi_chset_convert(CHSET_GB2312,
                CHSET_UCS2,
                &test,
                &recestr,
                sizeof(recestr));
        gui_print_text((UI_string_type)recestr);
模拟器里面用的不是UNICODE吗?[em13]
高级模式
B Color Image Link Quote Code Smilies

本版积分规则

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

GMT+8, 2025-1-25 09:05 , Processed in 0.044882 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

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