Next: Digit value, Previous: Bidi class, Up: Unicode character classification and properties <unictype.h>
[Contents][Index]
Decimal digits (like the digits from ‘0’ to ‘9’) exist in many scripts. The following function converts a decimal digit character to its numerical value.
Returns the decimal digit value of a Unicode character. The return value is an integer in the range 0..9, or -1 for characters that do not represent a decimal digit.