towctrans
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
在头文件 <wctype.h> 中定义
|
||
wint_t towctrans( wint_t wc, wctrans_t desc ); |
||
地图的宽字符
wc
使用当前的C语言环境的LC_CTYPE确定的映射类的desc
.原文:
Maps the wide character
wc
using the current C locale's LC_CTYPE mapping category identified by desc
.[编辑] 参数
ch | - | 的宽字符映射
|
desc | - |
[编辑] 返回值
ch
使用映射desc
在LC_CTYPE方面目前的C语言环境确定的映射值的.原文:
The mapped value of
ch
using the mapping identified by desc
in LC_CTYPE facet of the current C locale.[编辑] 另请参阅
在当前的C语言环境中查找字符映射类 原文: looks up a character mapping category in the current C locale (函数) | |
C++ documentation for towctrans
|