Each of these escape sequences maps to a unique implementation-defined number that can be stored in a single char value.
Cada una de estas secuencias se traduce a un número que cabe en un solo valor char, y que depende de la implementación.
To achieve the same effect as the char value, give the text-align property the same value you would use for the char.
Para lograr el mismo efecto que con el valor char, dar a la propiedad text-align el mismo valor que usarías para char.
The method determines whether the specified char value is uppercase.
Este método determina si es mayúscula el valor Char especificado.
The C standard only guarantees two things: Each of these escape sequences maps to a unique implementation-defined number that can be stored in a single char value.
El estándar C sólo garantiza dos cosas: Cada una de estas secuencias se traduce a un número que cabe en un sólo valor char, y que depende de la implementación.
If c is not an unsigned char value, or EOF, the behaviour of these functions is undefined.
Si c no es un valor char sin signo, o EOF, el comportamiento de estas funciones es indefinido.
MATLAB automatically processes the required number of bytes for each char value based on the specified encoding scheme.
MATLAB procesa automáticamente el número requerido de bytes para cada valor char basándose en el esquema de codificación especificado.
To achieve the same effect as the char value, give the text-align property the same value you would use for the char. Unimplemented in CSS3.
Para lograr el mismo efecto que el valor char, en CSS3,puedes usar el valor de la char como el valor de la propiedad text-align No implementado.
The method returns the uppercase form of the specified char value.
El método devuelve el arcotangente del valor doble especificado.
This method returns the char value at the specified index. 2
Devuelve el carácter en el índice especificado. 2
C++: Fix char value have the color of the strings (bug 380489)
C++: Se ha corregido que el valor de «char» tenga el color de las cadenas (fallo 380489).
toascii() converts c to a 7-bit unsigned char value that fits into the ASCII character set, by clearing the high-order bits.
toascii() convierte c a un unsigned char de 7 bits que constituye un carácter ASCII, borrando los bits altos. VALOR DEVUELTO