char_to_integer(c)
Return the Unicode scalar value of the character c as an exact integer.
c
char_to_integer(\a) // 97 char_to_integer(\u0152) // 338
Core Module Index | Contents