Garry's Mod Wiki

utf8.char

  string utf8.char( vararg codepoints )

Description

Receives zero or more integers, converts each one to its corresponding UTF-8 byte sequence and returns a string with the concatenation of all these sequences.

Arguments

1 vararg codepoints
Unicode code points to be converted in to a UTF-8 string.

Returns

1 string
UTF-8 string generated from given arguments.