iswpunct() function in C/C++
The iswpunct() is a function in C/C++ which test whether Wide-Character code is representing a character of class punct in the program's current locale. It returns non-zero if Wide-Character is a punctuation wide-character code, otherwise, it shall return 0. This function is defined in cwctype heade