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

[讨论] MTK 字符编码问题 mmi_chset_convert 的用法

[复制链接]
发表于 2011-4-1 10:42:49 | 显示全部楼层 |阅读模式
/*****************************************************************************
* FUNCTION
*  mmi_chset_convert
* DESCRIPTION
*  Convert string between 2 character sets. (will add the terminate character)
* PARAMETERS
*  src_type        [IN]        Charset type of source
*  dest_type       [IN]        Charset type of destination
*  src_buff        [IN]        Buffer stores source string
*  dest_buff       [OUT]       Buffer stores destination string
*  dest_size       [IN]        Size of destination buffer (bytes)
* RETURNS
*  Length of destination string, including null terminator. (bytes)
*****************************************************************************/
kal_int32 mmi_chset_convert(
            mmi_chset_enum src_type,
            mmi_chset_enum dest_type,
            char *src_buff,
            char *dest_buff,
            kal_int32 dest_size)


mmi_chset_convert 的用法在MTK里可以转换好多类型,UTF8 转 UCS2 再转ASCII,貌似不对。

有没人也用过。。。。
 楼主| 发表于 2011-4-1 10:43:21 | 显示全部楼层
从网页下载的数据是UTF8
点评回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

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

GMT+8, 2024-12-28 02:28 , Processed in 0.044454 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

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