_ismbbkpunct, _ismbbkpunct_l
int _ismbbkpunct( unsigned int c ); int _ismbbkpunct_l( unsigned int c, _locale_t locale );
Parameters
- c
-
Integer to be tested.
- locale
-
Locale to use.
_ismbbkpunct returns a nonzero value if the integer c is a non-ASCII punctuation symbol, or 0 if it is not. For example, in code page 932 only, _ismbbkpunct tests for katakana punctuation. _ismbbkpunct uses the current locale for any locale-dependent character settings. _ismbbkpunct_l is identical except that it uses the locale passed in.
| Routine | Required header | Compatibility |
|---|---|---|
| _ismbbkpunct | <mbctype.h> | Windows 95, Windows 98, Windows 98 Second Edition, Windows Millennium Edition, Windows NT 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 |
| _ismbbkpunct_l | <mbctype.h> | Windows 95, Windows 98, Windows 98 Second Edition, Windows Millennium Edition, Windows NT 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 |
For more compatibility information, see Compatibility in the Introduction.