Examples of using A code point in English and their translations into Spanish
{-}
-
Colloquial
-
Official
This magic number is called a code point.
A code point is an abstract concept, though.
Defined as one ormore numbers representing a code point.
Check if a code point has the Lowercase Unicode property.
IntlChar:: foldCase- Perform case folding on a code point.
A code point iterator adapter for C++ strings in UTF-8.
IntlChar:: charMirror- Get the"mirror-image" character for a code point.
The simplest, UCS-2, uses a single code value(defined as one ormore numbers representing a code point) between 0 and 65,535 for each character, and allows exactly two bytes(one 16-bit word) to represent that value.
IntlChar:: charType- Get the general category value for a code point.
IntlChar:: digit- Get the decimal digit value of a code point for a given radix.
IntlChar:: getCombiningClass- Get the combining class of a code point.
IntlChar:: digit- Get the decimal digit value of a code point for a given radix.
IntlChar:: getBidiPairedBracket- Get the paired bracket character for a code point.
IntlChar:: charDirection- Get bidirectional category value for a code point.
HasBinaryProperty()- Check a binary Unicode property for a code point.
IntlChar:: getBlockCode- Get the Unicode allocation block containing a code point.
IntlChar:: getNumericValue- Get the numeric value for a Unicode code point.
IntlChar:: getNumericValue- Get the numeric value for a Unicode code point.
Isalpha()- Check if code point is a letter character.
Determines whether the specified code point is a base character.
IntlChar:: getNumericValue- Get the numeric value for a Unicode code point Description.
IntlChar:: isdigit- Check if code point is a digit character.
IntlChar:: isprint- Check if code point is a printable character.
IntlChar:: iscntrl- Check if code point is a control character.
IntlChar:: isprint- Check if code point is a printable character.