Uchar.h
跳转到导航
跳转到搜索
Template:Lowercase
package.lua第80行Lua错误:module 'Module:Sidebar/configuration' not found
uchar.h是C标准函数库中的头文件,提供了对16位与32位Unicode字符的支持。
宏[编辑]
- __STDC_UTF_16__
- __STDC_UTF_32__
函数[编辑]
std::mbrtoc16字符串从多字节字符集转换为16位Unicode字符集std::c16rtomb字符串从16位Unicode字符集转换为多字节字符集std::mbrtoc32字符串从多字节字符集转换为32位Unicode字符集std::c32rtomb字符串从16位Unicode字符集转换为多字节字符集