Archivo de encabezado de la biblioteca estándar <cwctype>
De cppreference.com
Este archivo de encabezado se encontraba originalmente en la biblioteca estándar de C como <wctype.h>.
Este archivo de encabezado es parte de la biblioteca de cadenas anchas terminadas en nulo estilo C.
Tipos
wctrans_t
|
Tipo escalar que contiene un mapeo de caracteres específico de la configuración regional. |
wctype_t
|
Tipo escalar que contiene la clasificación de caracteres específica de la configuración regional. |
wint_t
|
Tipo entero que puede contener cualquier carácter ancho válido y al menos un valor más. |
Macros
WEOF |
Un valor no carácter de tipo wint_t utilizado para indicar errores (constante de macro) |
Funciones
Clasificación de caracteres | |
Comprueba si un carácter ancho es alfanumérico Original: checks if a wide character is alphanumeric The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función) | |
Comprueba si un carácter ancho es alfabético Original: checks if a wide character is alphabetic The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función) | |
Comprueba si un carácter ancho es minúscula Original: checks if a wide character is lowercase The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función) | |
Comprueba si un carácter ancho es un carácter en mayúscula Original: checks if a wide character is an uppercase character The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función) | |
Comprueba si un carácter ancho es un dígito Original: checks if a wide character is a digit The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función) | |
comprueba si un carácter es un carácter hexadecimal Original: checks if a character is a hexadecimal character The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función) | |
comprueba si un carácter ancho es un carácter de control Original: checks if a wide character is a control character The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función) | |
Comprueba si un carácter ancho es un carácter gráfico Original: checks if a wide character is a graphical character The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función) | |
Comprueba si un carácter ancho es un carácter de espacio Original: checks if a wide character is a space character The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función) | |
(C++11) |
Comprueba si un carácter ancho es un carácter en blanco Original: checks if a wide character is a blank character The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función) |
Comprueba si un carácter ancho es un personaje de la impresión Original: checks if a wide character is a printing character The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función) | |
Comprueba si un carácter ancho es un personaje de puntuacion Original: checks if a wide character is a punctuation character The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función) | |
| Clasifica a un carácter ancho según la categoría LC_CTYPE especificada (función) | |
| Busca una categoría de clasificación de caracteres en la configuración regional de C actual (función) | |
Manipulación de caracteres | |
| Convierte una carácter ancho a minúsculas (función) | |
| Convierte un carácter ancho a mayúsculas (función) | |
| Realiza la correspondencia de caracteres según la categoría de correspondencia LC_CTYPE especificada (función) | |
| Busca una categoría de correspondencia de caracteres en la configuración regional de C actual (función) | |