_mbctohira, _mbctokata
unsignedint_mbctohira(unsignedintc**);**
unsignedint_mbctokata(unsignedintc**);**
Routine | Required Header | Compatibility |
_mbctohira | <mbstring.h> | Win 95, Win NT |
_mbctokata | <mbstring.h> | Win 95, Win NT |
For additional compatibility information, see Compatibility in the Introduction.
Libraries
LIBC.LIB | Single thread static library, retail version |
LIBCMT.LIB | Multithread static library, retail version |
MSVCRT.LIB | Import library for MSVCRT.DLL, retail version |
Return Value
Each of these functions returns the converted character c, if possible. Otherwise it returns the character c unchanged.
Parameter
c
Multibyte character to convert
Remarks
The _mbctohira and _mbctohira functions test a character c and, if possible, apply one of the following conversions.
Routine | Converts |
_mbctohira | Multibyte katakana to multibyte hiragana |
_mbctokata | Multibyte hiragana to multibyte katakana |
In previous versions, _mbctohira was called jtohira and _mbctokata was called jtokata. For new code, use the new names instead.
See Also _mbcjistojms, _mbctolower, _mbctombb