integer_to_char


integer_to_char(c)
      

Return the character corresponding to the Unicode scalar value n.

Examples:


integer_to_char(97)
// \a

integer_to_char(338)
// \u0152
      

Also see:

char_to_integer


Core Module Index | Contents