integer_to_char(c)
Return the character corresponding to the Unicode scalar value n.
n
integer_to_char(97) // \a integer_to_char(338) // \u0152
Core Module Index | Contents